Skip to content

Commit

Permalink
Minor fix in environment update action
Browse files Browse the repository at this point in the history
  • Loading branch information
lrzpellegrini committed Feb 7, 2024
1 parent 42df493 commit 700968e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/environment-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
echo "Running checkpointing tests..." &&
bash ./tests/checkpointing/test_checkpointing.sh &&
echo "Running distributed training tests..." &&
python run_dist_tests.py
python tests/run_dist_tests.py
- name: checkout avalanche-docker repo
if: always()
uses: actions/checkout@v3
Expand Down

0 comments on commit 700968e

Please sign in to comment.