Skip to content

Commit

Permalink
Change back to windows (without '-latest')
Browse files Browse the repository at this point in the history
  • Loading branch information
phackstock committed Sep 6, 2024
1 parent f01da09 commit 1d46d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
shell: bash
strategy:
matrix:
os: ["macos", "ubuntu", "windows-latest"]
os: ["macos", "ubuntu", "windows"]
# keep consistent with py-version badge in README.md and docs/index.rst
python-version: ["3.10", "3.11", "3.12"]
fail-fast: false
Expand Down

0 comments on commit 1d46d50

Please sign in to comment.