Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Feb 14, 2024
1 parent 7ae2f59 commit 2902b80
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/regressiontests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ jobs:
environment-file: superdsm.yml

- name: Download image data
run: cd examples && python load_data.py
run: |
conda info
python --version
cd examples
python load_data.py
- name: Run SuperDSM
run: python -m "superdsm.batch" examples --task-dir "U2OS" --task-dir "NIH3T3" --task-dir "BBBC039" --task-dir "GOWT1-1" --task-dir "GOWT1-2" --run
Expand Down

0 comments on commit 2902b80

Please sign in to comment.