Skip to content

Commit

Permalink
enabling more tests for the wheel and going back to latest manylinux #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Dec 4, 2022
1 parent 832a5ce commit 5d2fcbe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/wheel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:
name: helper-wheels
path: tools/dist

- name: Building Python wheels (fixed manylinux docker)
if: github.repository == 'eclipse/sumo'
uses: docker://quay.io/pypa/manylinux2014_x86_64:2022-11-14-1226cfc
with:
entrypoint: tools/build/build_wheels.sh
# - name: Building Python wheels (fixed manylinux docker)
# if: github.repository == 'eclipse/sumo'
# uses: docker://quay.io/pypa/manylinux2014_x86_64:2022-11-14-1226cfc
# with:
# entrypoint: tools/build/build_wheels.sh

- name: Building Python wheels (latest manylinux docker)
if: github.repository == 'DLR-TS/sumo'
# if: github.repository == 'DLR-TS/sumo'
uses: docker://quay.io/pypa/manylinux2014_x86_64
with:
entrypoint: tools/build/build_wheels.sh
Expand Down Expand Up @@ -86,9 +86,9 @@ jobs:
python -m pip install manylinux-wheels/eclipse_sumo*
python -c "import sumo; print('SUMO_HOME=' + sumo.SUMO_HOME)" >> $GITHUB_ENV
- name: Running meta tests and cleaning up
- name: Running "sumo in the wheel" tests and cleaning up
run: |
tests/runTests.sh -b ci -v ci -ts meta
tests/runTests.sh -b ci -v ci.fast
python -m pip uninstall -y eclipse-sumo
sed -i '/SUMO_HOME/d' $GITHUB_ENV
Expand Down

0 comments on commit 5d2fcbe

Please sign in to comment.