Skip to content

Commit 2cd9389

Browse files
committed
(fix) Changed the run-test.yml configuration to use windows version to see if that fixes the workflows hanging
1 parent 2803a59 commit 2cd9389

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
python: ["3.9", "3.10", "3.11"]
12-
os: [ubuntu-latest, macos-13, windows-2019]
12+
os: [ubuntu-latest, macos-latest, windows-latest]
1313
runs-on: ${{ matrix.os }}
1414
env:
1515
OS: ${{ matrix.os }}
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Run tests and Generate coverage
3939
run: |
40-
poetry run pytest --cov --cov-report=xml
40+
poetry run pytest --cov --cov-report=xml -v --full-trace
4141
4242
- name: Upload coverage to Codecov
4343
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)