We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e170c62 commit 9d0844dCopy full SHA for 9d0844d
.github/workflows/macos-wheels.yml
@@ -148,12 +148,12 @@ jobs:
148
python3 build_config/version.py build_config/setup-traci.py ./setup.py
149
python3 -m build --wheel
150
151
- - name: Running libsumo tests
152
- run: |
153
- python3 -m pip install -f tools/dist sumolib traci
154
- python3 -m pip install -f python-wheels libsumo
155
- cd tests
156
- 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
157
158
- name: Compressing test results
159
if: failure()
0 commit comments