Skip to content

Commit

Permalink
Macos does not support scripted shebangs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed May 30, 2024
1 parent 073e299 commit 1009ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ let

(writeShellScriptBin "run-tests" ''
set -e
pytest . --cov starlette_compress --cov-report xml
mypy .
python -m pytest . --cov starlette_compress --cov-report xml
python -m mypy .
'')
(writeShellScriptBin "watch-tests" ''
run-tests || true
Expand Down

0 comments on commit 1009ccf

Please sign in to comment.