Skip to content

Commit

Permalink
texttest executable has been renamed #21 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Feb 27, 2025
1 parent d4c32e4 commit 2916463
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,14 @@ jobs:
run: |
python -m pip install -r tools/req_ci.txt -r tools/requirements.txt
$env:TEXTTEST_CI_APPS = "-v ci.fast -a activitygen,dfrouter,duarouter,jtrrouter,marouter,netgen,od2trips,polyconvert,netconvert,sumo"
tests\runCiTests.bat $env:pythonLocation\Scripts\texttest.py
tests\runCiTests.bat $env:pythonLocation\Scripts\texttest.exe
# $env:TEXTTEST_CI_APPS = "-v ci.fast -a complex,tools"
# tests\runCiTests.bat $env:pythonLocation\Scripts\texttest.py
# tests\runCiTests.bat $env:pythonLocation\Scripts\texttest.exe

- name: Running "sumo in the wheel" meta tests
run: |
$env:TEXTTEST_CI_APPS = "-ts meta"
tests\runCiTests.bat $env:pythonLocation\Scripts\texttest.py
tests\runCiTests.bat $env:pythonLocation\Scripts\texttest.exe
- name: Installing libsumo
run: python -m pip install -f python-wheels libsumo
Expand All @@ -179,7 +179,7 @@ jobs:
if: matrix.python_version == '3.12'
run: |
$env:TEXTTEST_CI_APPS = "-a complex.libsumo"
tests\runCiTests.bat $env:pythonLocation\Scripts\texttest.py
tests\runCiTests.bat $env:pythonLocation\Scripts\texttest.exe
- name: Compressing test results
if: failure()
Expand Down

0 comments on commit 2916463

Please sign in to comment.