Skip to content

Commit d5c61a8

Browse files
committed
fix: tests on windows
1 parent b97510d commit d5c61a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
os:
1919
- ubuntu-latest
20-
# - windows-latest # TODO: Test on Windows
20+
- windows-latest
2121
- macos-latest
2222
python-version:
2323
- '3.8'
@@ -55,6 +55,7 @@ jobs:
5555
run: |
5656
TOX_ENV=$(echo "py${{ matrix.python-version }}" | tr -d .)
5757
tox -e $TOX_ENV
58+
shell: bash
5859

5960
- name: Upload coverage reports to Codecov
6061
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)