We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27cc9b3 commit c11242dCopy full SHA for c11242d
‎.github/workflows/ci.yml
@@ -35,6 +35,7 @@ jobs:
35
36
outputs:
37
matrix: ${{ steps.set-matrix.outputs.matrix }}
38
+
39
steps:
40
- uses: actions/checkout@v4
41
@@ -56,9 +57,11 @@ jobs:
56
57
needs: generate-matrix
58
timeout-minutes: 3
59
runs-on: ubuntu-latest
60
61
strategy:
62
fail-fast: false
63
matrix: ${{ fromJSON(needs.generate-matrix.outputs.matrix) }}
64
65
66
67
@@ -72,7 +75,6 @@ jobs:
72
75
run: uv tool install tox --with tox-uv
73
76
74
77
- name: Install dependencies
- continue-on-error: true
78
run: |
79
rm -rf .venv
80
uv add --no-build-package=numpy "numpy<=${{ matrix.numpy }}"
0 commit comments