Skip to content

Commit

Permalink
installing as user #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jan 26, 2024
1 parent 7a59e8c commit 2a239b6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/wheel-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,16 @@ jobs:
run: |
$env:TEXTTEST_CI_APPS = "-ts meta"
tests\runCiTests.bat $env:pythonLocation\Scripts\texttestc.py
# python -m pip uninstall -y eclipse-sumo
python -m pip uninstall -y eclipse-sumo
- name: Running libsumo tests (only testing installation for now)
- name: Installing libsumo
run: |
$env:TEXTTEST_CI_APPS = "-a complex.libsumo"
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
python -m pip install --user (Get-ChildItem -Filter libsumo-python-${{ matrix.python_version }}-wheels/libsumo-*).FullName
# - name: Running libsumo tests
# run: |
# $env:TEXTTEST_CI_APPS = "-a complex.libsumo"
# tests\runCiTests.bat $env:pythonLocation\Scripts\texttestc.py

- name: Compressing test results
Expand Down

0 comments on commit 2a239b6

Please sign in to comment.