Skip to content

Commit

Permalink
Merge branch 'minor' into topic/callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Sep 20, 2023
2 parents f4b6a29 + 808d376 commit 9750694
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ jobs:
where.exe python
# pytest --import-mode=importlib --ci --cov-append --nocapture tests/drivers/test_CMakeModelDriver.py
python -m pytest --import-mode=importlib --ci --cov-append --nocapture tests/drivers/test_CMakeModelDriver.py
'
shell: cmd /C CALL {0}
Expand Down Expand Up @@ -788,7 +788,7 @@ jobs:
where.exe python
# pytest --import-mode=importlib --ci --cov-append --nocapture tests/drivers/test_CMakeModelDriver.py
python -m pytest --import-mode=importlib --ci --cov-append --nocapture tests/drivers/test_CMakeModelDriver.py
'
shell: cmd /C CALL {0}
Expand Down Expand Up @@ -1129,7 +1129,7 @@ jobs:
where.exe python
# pytest --import-mode=importlib --ci --cov-append --nocapture tests/drivers/test_CMakeModelDriver.py
python -m pytest --import-mode=importlib --ci --cov-append --nocapture tests/drivers/test_CMakeModelDriver.py
'
shell: cmd /C CALL {0}
Expand Down Expand Up @@ -1453,7 +1453,7 @@ jobs:
where.exe python
# pytest --import-mode=importlib --ci --cov-append --nocapture tests/drivers/test_CMakeModelDriver.py
python -m pytest --import-mode=importlib --ci --cov-append --nocapture tests/drivers/test_CMakeModelDriver.py
'
shell: cmd /C CALL {0}
Expand Down Expand Up @@ -1776,7 +1776,7 @@ jobs:
where.exe python
# pytest --import-mode=importlib --ci --cov-append --nocapture tests/drivers/test_CMakeModelDriver.py
python -m pytest --import-mode=importlib --ci --cov-append --nocapture tests/drivers/test_CMakeModelDriver.py
'
shell: cmd /C CALL {0}
Expand Down
2 changes: 1 addition & 1 deletion utils/test-install-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:
run: |
cmake -h
where.exe python
# pytest --import-mode=importlib --ci --cov-append --nocapture tests/drivers/test_CMakeModelDriver.py
python -m pytest --import-mode=importlib --ci --cov-append --nocapture tests/drivers/test_CMakeModelDriver.py
- name: Run tests (1st)
timeout-minutes: 180
Expand Down

0 comments on commit 9750694

Please sign in to comment.