Skip to content

Commit

Permalink
Merge pull request #265 from Robbybp/update-gha-python
Browse files Browse the repository at this point in the history
Update Windows test Python version
  • Loading branch information
MarcusHolly authored Dec 21, 2023
2 parents d08ef66 + 5e22471 commit 03ccdc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_windows_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
test:
runs-on: windows-latest
steps:
- name: Set up Python 3.7
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.10'
- name: "Clone/Install IDAES-PSE"
shell: cmd
run: |
Expand Down

0 comments on commit 03ccdc9

Please sign in to comment.