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 4542372 commit 107e667Copy full SHA for 107e667
.github/workflows/main.yml
@@ -60,5 +60,5 @@ jobs:
60
with:
61
version: "0.5.0"
62
- if: contains('2.0,2.1,2.2', matrix.pytorch)
63
- run: echo "NUMPY_VERSION='--with \"numpy<2\"'" >> $GITHUB_ENV
+ run: echo "NUMPY_VERSION=--with \"numpy<2\"" >> $GITHUB_ENV
64
- run: uv run --python ${{ matrix.python }} --with torch~=${{ matrix.pytorch }} ${{ env.NUMPY_VERSION }} pytest --verbose tests/test_ci.py
0 commit comments