Skip to content

Commit

Permalink
Merge pull request #884 from Mathics3/601-get-windows-ci-working
Browse files Browse the repository at this point in the history
See if we can get Windows CI working again
  • Loading branch information
rocky authored Jul 20, 2023
2 parents 4dccfb8 + cc81bb9 commit dd21b91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
strategy:
matrix:
os: [windows]
python-version: ['3.8', '3.9']
python-version: ['3.10', '3.11']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install OS dependencies
Expand Down

0 comments on commit dd21b91

Please sign in to comment.