Skip to content

Commit d8316fc

Browse files
committed
add macos test
1 parent 067bf16 commit d8316fc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cross-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
#os: [ubuntu-latest, windows-latest, macos-latest]
19-
os: [ubuntu-latest]
19+
os: [ubuntu-latest, macos-latest]
2020
python-version: ["3.10", "3.12"]
2121

2222
steps:

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ passenv =
2929
extras =
3030
testing
3131

32+
3233
commands = pytest -v --color=yes
3334
#--cov=epicure --cov-report=xml

0 commit comments

Comments
 (0)