Skip to content

Commit

Permalink
skip sagemaker
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Mar 12, 2024
1 parent 9b338af commit dfea16a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/CI_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ jobs:
- name: Run tests
run: |
for d in integrations/* ; do
cd $d
hatch run cov
hatch env prune # clean up the environment after docs generation
cd -
if [ "$(basename $d)" != "amazon_sagemaker" ]; then
cd $d
hatch run cov
hatch env prune # clean up the environment after docs generation
cd -
fi
done

0 comments on commit dfea16a

Please sign in to comment.