From f5adc88d58976134529489a5fc3e16df03bb2e73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Lang?= Date: Sat, 20 May 2023 00:13:52 -0300 Subject: [PATCH] run mypy on nixos-unstable --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3f4f521..6cdf8e0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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'