Skip to content

Commit

Permalink
Add PYTEST_ADDOPTS: "--color=yes" to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kohei-noda-qcrg committed Aug 15, 2022
1 parent d2bff75 commit b6118b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
env:
KEYVERSION: v1 # If you don't want to cache (intel fortran), you should change KEYVERSION.
FC: mpiifort # MPI-Intel-Fortran
PYTEST_ADDOPTS: "--color=yes"
steps:
- uses: actions/checkout@v3
- name: cache install
Expand Down

0 comments on commit b6118b5

Please sign in to comment.