Skip to content

Commit 107e667

Browse files
committed
one more fix
1 parent 4542372 commit 107e667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ jobs:
6060
with:
6161
version: "0.5.0"
6262
- if: contains('2.0,2.1,2.2', matrix.pytorch)
63-
run: echo "NUMPY_VERSION='--with \"numpy<2\"'" >> $GITHUB_ENV
63+
run: echo "NUMPY_VERSION=--with \"numpy<2\"" >> $GITHUB_ENV
6464
- run: uv run --python ${{ matrix.python }} --with torch~=${{ matrix.pytorch }} ${{ env.NUMPY_VERSION }} pytest --verbose tests/test_ci.py

0 commit comments

Comments
 (0)