diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d1ea14b9043..b460fec1ac5 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -39,6 +39,7 @@ jobs: make test - name: Run examples on GPUs + if: always() run: | source activate accelerate pip uninstall comet_ml -y @@ -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 diff --git a/.github/workflows/run_merge_tests.yml b/.github/workflows/run_merge_tests.yml index 588a221c137..67557ff470d 100644 --- a/.github/workflows/run_merge_tests.yml +++ b/.github/workflows/run_merge_tests.yml @@ -35,10 +35,12 @@ jobs: make test_cli - name: Run test on GPUs + if: always() run: | source activate accelerate make test - name: Run examples on GPUs + if: always() run: | source activate accelerate pip uninstall comet_ml -y @@ -74,6 +76,7 @@ jobs: make test - name: Run examples on GPUs + if: always() run: | source activate accelerate pip uninstall comet_ml -y diff --git a/.github/workflows/self_hosted_integration_tests.yml b/.github/workflows/self_hosted_integration_tests.yml index 34d1e299e80..7883209fea4 100644 --- a/.github/workflows/self_hosted_integration_tests.yml +++ b/.github/workflows/self_hosted_integration_tests.yml @@ -76,6 +76,7 @@ jobs: env: CUDA_VISIBLE_DEVICES: ${{ matrix.cuda_visible_devices }} WANDB_DISABLED: true + if: always() run: | source activate accelerate; pytest -sv tests/deepspeed