We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1ee79 commit 63148c0Copy full SHA for 63148c0
.github/workflows/ci.yml
@@ -23,6 +23,7 @@ jobs:
23
env:
24
KEYVERSION: v1 # If you don't want to cache (intel fortran), you should change KEYVERSION.
25
FC: mpiifort # MPI-Intel-Fortran
26
+ PYTEST_ADDOPTS: "--color=yes"
27
steps:
28
- uses: actions/checkout@v3
29
- name: cache install
0 commit comments