Skip to content

Commit

Permalink
non_regression: adding new variants of OS running python
Browse files Browse the repository at this point in the history
  • Loading branch information
LRGH committed Feb 7, 2024
1 parent 30d3302 commit ddd1944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-20.04"] # , "ubuntu-latest", "macos-latest"]
os: ["ubuntu-20.04", "ubuntu-latest", "macos-latest"]
python-version: ["3.10", "pypy2.7", "pypy3.9"]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ddd1944

Please sign in to comment.