Skip to content

Commit 01847d4

Browse files
Merge pull request #5 from Yaroslav-Muravev/DeepXDEBasedFitness
Trigger GitHub Actions
2 parents ef99211 + c290c28 commit 01847d4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/discovery.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install -r requirements.txt -r requirements-dev.txt
29+
pip install -r requirements.txt
30+
pip install torch
3031
echo "PYTHONPATH=$PYTHONPATH:$(pwd)" >> $GITHUB_ENV
3132
3233
- name: Run discovery tests

0 commit comments

Comments
 (0)