Skip to content

Commit 55d4688

Browse files
committed
try again
1 parent 6fb0e9e commit 55d4688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
conda info
3939
conda install cpuonly mkl pytorch=${{ matrix.pytorch-version }} packaging
4040
export PIP_IGNORE_INSTALLED=0
41-
pip install -r requirements.txt
41+
pip install numpy>=1.16.4 networkx
4242
pip install -r requirements_tests.txt
4343
pip list
4444
python -c "from torch import __version__ as ver; assert '.'.join(ver.split('.')[:2]) == '${{ matrix.pytorch-version }}', ver"

0 commit comments

Comments
 (0)