We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3660ec7 commit 71e7b52Copy full SHA for 71e7b52
.github/workflows/testing_pr.yml
@@ -58,4 +58,6 @@ jobs:
58
- name: Test with pytest on Linux/MacOS
59
shell: bash -el {0}
60
if: startsWith(matrix.os, 'windows') != true
61
- run: python -m pytest
+ run: |
62
+ conda activate occ
63
+ python -m pytest
0 commit comments