Skip to content

Commit

Permalink
no libtraci for macos #13889
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Dec 31, 2023
1 parent e339d27 commit 951533a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/wheel-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ jobs:
python3 -m build --wheel
python3 tools/build_config/version.py tools/build_config/setup-libsumo.py tools/setup.py
python3 -m build --wheel tools -o dist
python3 tools/build_config/version.py tools/build_config/setup-libtraci.py tools/setup.py
python3 -m build --wheel tools -o dist
if [[ "${{ matrix.python_version }}" != "3.8" ]]; then rm dist/eclipse_sumo-*; fi
if [[ "${{ matrix.python_version }}" == "3.8" ]]; then mv dist/eclipse_sumo-* `echo dist/eclipse_sumo-* | sed 's/cp38-cp38/py2.py3-none/'`; fi
Expand Down

0 comments on commit 951533a

Please sign in to comment.