Skip to content

Commit

Permalink
test: run nightly on other OS
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Apr 27, 2023
1 parent 43085b9 commit 22677e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ concurrency:

jobs:
tests:
name: "${{ matrix.python-version }}"
name: "${{ matrix.python-version }} on ${{ matrix.os }}"
# Choose a recent Ubuntu that deadsnakes still builds all the versions for.
# For example, deadsnakes doesn't provide 3.10 nightly for 22.04 (jammy)
# because jammy ships 3.10, and deadsnakes doesn't want to clobber it.
Expand All @@ -41,6 +41,10 @@ jobs:

strategy:
matrix:
os:
- ubuntu
- macos
- windows
python-version:
# When changing this list, be sure to check the [gh] list in
# tox.ini so that tox will run properly. PYVERSIONS
Expand Down

0 comments on commit 22677e5

Please sign in to comment.