Skip to content

Commit

Permalink
fixing wheel paths #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jan 25, 2024
1 parent 35e4ce5 commit 7fdf3de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheel-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
python3 -m pip install --upgrade pip
python3 -m pip install wheel # need to do this separately because the texttest install wants it
python3 -m pip install texttest
python3 -m pip install python-wheels/eclipse_sumo*
python3 -m pip install python-3.8-wheels/eclipse_sumo*
python3 -c "import sumo; print('SUMO_HOME=' + sumo.SUMO_HOME)" >> $GITHUB_ENV
- name: Running "sumo in the wheel" tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheel-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
if: matrix.python_version == '3.12'
run: |
$env:TEXTTEST_CI_APPS = "-a complex.libsumo"
python -m pip install (Get-ChildItem -Filter python-sumo-wheels/sumolib-*).FullName (Get-ChildItem -Filter python-sumo-wheels/traci-*).FullName
python -m pip install (Get-ChildItem -Filter sumo-python-wheels/sumolib-*).FullName (Get-ChildItem -Filter sumo-python-wheels/traci-*).FullName
python -m pip install (Get-ChildItem -Filter libsumo-python-${{ matrix.python_version }}-wheels/libsumo-*).FullName
tests\runCiTests.bat $env:pythonLocation\Scripts\texttestc.py
Expand Down

0 comments on commit 7fdf3de

Please sign in to comment.