Skip to content

Commit

Permalink
do not install wheel and sdist #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Apr 28, 2023
1 parent 8062ff0 commit 553ddb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Running libsumo tests
run: |
python -m pip install manylinux-wheels/sumolib-* manylinux-wheels/traci-*
python -m pip install manylinux-wheels/sumolib-*.whl manylinux-wheels/traci-*.whl
PYTHON_VERSION=${{ matrix.python }}
python -m pip install manylinux-wheels/libsumo-*cp3${PYTHON_VERSION:2}*
cd tests
Expand Down

0 comments on commit 553ddb2

Please sign in to comment.