Skip to content

Commit

Permalink
disabling libsumo macos CI tests until #15945
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Dec 20, 2024
1 parent e170c62 commit 9d0844d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/macos-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ jobs:
python3 build_config/version.py build_config/setup-traci.py ./setup.py
python3 -m build --wheel
- name: Running libsumo tests
run: |
python3 -m pip install -f tools/dist sumolib traci
python3 -m pip install -f python-wheels libsumo
cd tests
texttest -b ci -v ci -a complex.libsumo
# - name: Running libsumo tests
# run: |
# python3 -m pip install -f tools/dist sumolib traci
# python3 -m pip install -f python-wheels libsumo
# cd tests
# texttest -b ci -v ci -a complex.libsumo

- name: Compressing test results
if: failure()
Expand Down

0 comments on commit 9d0844d

Please sign in to comment.