Skip to content

Commit

Permalink
Remove tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
naschmitz committed Nov 3, 2023
1 parent 14e65a0 commit a249bdf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,4 @@ jobs:
echo "$(cat $GOOGLE_APPLICATION_CREDENTIALS)"
- name: Run unit tests
run: |
pytest xee
- name: Run scripts tests
# The scripts may define some of the same flags, so we run pytest in separate processes.
run: |
for test in examples/*_test.py; do pytest $test; done
pytest xee

0 comments on commit a249bdf

Please sign in to comment.