Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
more tests on more platforms
  • Loading branch information
kivel authored Dec 19, 2024
1 parent bb095d7 commit 9229794
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
if: needs.check.outputs.branch-pr == ''
strategy:
matrix:
# runs-on: ["ubuntu-latest", "windows-latest", "macos-latest"]
runs-on: ["ubuntu-latest"] # Linux for now
# python-version: ["3.10","3.11","3.12"]
python-version: ["3.12"] # single Python version for now
runs-on: ["ubuntu-latest", "windows-latest", "macos-latest"]
# runs-on: ["ubuntu-latest"] # Linux for now
python-version: ["3.10","3.11","3.12"]
# python-version: ["3.12"] # single Python version for now
fail-fast: false
uses: ./.github/workflows/_test.yml
with:
Expand All @@ -45,5 +45,3 @@ jobs:
if: github.ref_type == 'tag'
needs: dist
uses: ./.github/workflows/_pypi.yml
# permissions:
# id-token: write

0 comments on commit 9229794

Please sign in to comment.