Skip to content

Commit

Permalink
Force pytest colours in nix-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
jacg committed Feb 13, 2021
1 parent ddbf2ef commit afb8b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Install IC
run: nix-shell --argstr py ${{ matrix.python-version }}
- name: Run tests
run: nix-shell --argstr py ${{ matrix.python-version }} --run ic-test-par
run: export PYTEST_ADDOPTS="--color=yes" nix-shell --argstr py ${{ matrix.python-version }} --run ic-test-par

0 comments on commit afb8b4c

Please sign in to comment.