Skip to content

Commit

Permalink
Only install uwsgi on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Nov 13, 2023
1 parent c00efb0 commit aea2898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test suite

on:
push:
branches: [master]
branches: [master, fix-mac-tests]
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ test = [
"pytest-freezer",
"pytest-lazy-fixture",
"pytest-mock",
"uwsgi; python_implementation == 'CPython' and platform_system != 'Windows'",
"uwsgi; python_implementation == 'CPython' and platform_system == 'Linux'",
]
doc = [
"sphinx",
Expand Down

0 comments on commit aea2898

Please sign in to comment.