Skip to content

Commit

Permalink
Run always
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerzr committed Aug 31, 2023
1 parent 1b998f1 commit 14c4589
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
make test
- name: Run examples on GPUs
if: always()
run: |
source activate accelerate
pip uninstall comet_ml -y
Expand Down Expand Up @@ -79,11 +80,13 @@ jobs:
make test_cli
- name: Run Integration tests on GPUs
if: always()
run: |
source activate accelerate
make test_integrations
- name: Run examples on GPUs
if: always()
run: |
source activate accelerate
pip uninstall comet_ml -y
Expand Down

0 comments on commit 14c4589

Please sign in to comment.