We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef99211 + c290c28 commit 01847d4Copy full SHA for 01847d4
1 file changed
.github/workflows/discovery.yml
@@ -26,7 +26,8 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- pip install -r requirements.txt -r requirements-dev.txt
+ pip install -r requirements.txt
30
+ pip install torch
31
echo "PYTHONPATH=$PYTHONPATH:$(pwd)" >> $GITHUB_ENV
32
33
- name: Run discovery tests
0 commit comments