Skip to content

Commit

Permalink
Try updating integration-tests job with python 3.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-robertson committed Oct 30, 2024
1 parent 8d5f7e9 commit 5b7699f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ jobs:
with:
ref: ${{ github.head_ref }}

- uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Download and Install OpenStudio
run: |
export OS_DEBFILE="OpenStudio-$OPENSTUDIO_VER+$OPENSTUDIO_SHA-$OPENSTUDIO_PLATFORM.$OPENSTUDIO_EXT"
Expand Down

0 comments on commit 5b7699f

Please sign in to comment.