Skip to content

Commit 71e7b52

Browse files
authored
Update testing_pr.yml
1 parent 3660ec7 commit 71e7b52

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/testing_pr.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,6 @@ jobs:
5858
- name: Test with pytest on Linux/MacOS
5959
shell: bash -el {0}
6060
if: startsWith(matrix.os, 'windows') != true
61-
run: python -m pytest
61+
run: |
62+
conda activate occ
63+
python -m pytest

0 commit comments

Comments
 (0)