Skip to content

Commit b61a942

Browse files
committed
ci: include mac and win
1 parent 3ef8e7f commit b61a942

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
matrix:
2626
os:
2727
- "ubuntu-latest"
28+
- "windows-latest"
29+
- "macos-latest"
2830
python-version:
2931
- "3.10"
3032
- "3.11"
@@ -51,4 +53,4 @@ jobs:
5153
poetry run ruff format --check
5254
- name: Test with pytest
5355
run: |
54-
PYTHONPATH=src poetry run pytest tests -vv
56+
poetry run pytest tests -vv

0 commit comments

Comments
 (0)