Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-f committed Nov 6, 2024
1 parent bbc7b87 commit 951bc2c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ${{ fromJSON(needs.build.outputs.python-versions) }}
# python-version:
# - 3.13
# - 3.12
# - 3.11
# - 3.10
# - 3.9
os:
- ubuntu-latest
- macos-latest
Expand All @@ -33,10 +38,10 @@ jobs:
with:
fetch-depth: 0 # Needed for setuptools_scm

- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
- name: Set up Python on ${{ matrix.os }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
# with:
# python-version: ${{ matrix.python-version }}

- name: Download package
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 951bc2c

Please sign in to comment.