Skip to content

Commit

Permalink
Applied updates and changes for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Mar 30, 2024
1 parent 8ed5849 commit f38fdaa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ jobs:
LANG: en_US.UTF-8
run: |
if test -f tests/end-to-end.py; then PYTHONPATH=. python3 ./tests/end-to-end.py --debug -c config/end-to-end.ini; fi
- name: Update setuptools
run: |
python3 -m pip install -U setuptools
- name: Build source distribution
run: |
python3 ./setup.py sdist
Expand Down

0 comments on commit f38fdaa

Please sign in to comment.