Skip to content

Commit

Permalink
run mypy on nixos-unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
cript0nauta committed May 20, 2023
1 parent 175b104 commit f5adc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
- run: nix-build --arg runMypy false # TODO run mypy in unstable
- run: nix-shell --command 'pytest -v tests/ acceptance_tests'
- run: |
nix-env -if default.nix --arg runMypy false && nix-shell -p bats --command './acceptance_tests/test_command.sh'
nix-env -if default.nix --arg runMypy true && nix-shell -p bats --command './acceptance_tests/test_command.sh'

0 comments on commit f5adc88

Please sign in to comment.