Skip to content

Commit 74ad04b

Browse files
committed
source activate?
1 parent 0a21483 commit 74ad04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: GabrielBB/xvfb-action@v1
5151
with:
5252
run: |
53-
conda activate test
53+
source activate test
5454
coverage run -m pytest -vv -s
5555
coverage report -m
5656
codecov

0 commit comments

Comments
 (0)