Skip to content

Commit 1ac19a4

Browse files
committedJun 24, 2024
Drop ndonnx for 3.9
1 parent fdd39cf commit 1ac19a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/tests.yml

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
else
2929
PIP_EXTRA='numpy==1.26.*'
3030
fi
31+
32+
if [ "${{ matrix.python-version }}" == "3.9" ]; then
33+
sed -i '/^ndonnx/d' requirements-dev.txt
34+
fi
35+
3136
python -m pip install -r requirements-dev.txt $PIP_EXTRA
3237
3338
- name: Run Tests

0 commit comments

Comments
 (0)