Skip to content

Commit 6b7d61c

Browse files
authored
Update python-app.yml
1 parent fb04087 commit 6b7d61c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,6 @@ jobs:
4545
conda run -n sage sage --version
4646
- name: Test application
4747
run: |
48-
conda run -n sage make test-conda
48+
conda activate sage
49+
source $HOME/miniforge3/etc/profile.d/conda.sh
50+
make test-conda

0 commit comments

Comments
 (0)