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 fb04087 commit 6b7d61cCopy full SHA for 6b7d61c
.github/workflows/python-app.yml
@@ -45,4 +45,6 @@ jobs:
45
conda run -n sage sage --version
46
- name: Test application
47
run: |
48
- conda run -n sage make test-conda
+ conda activate sage
49
+ source $HOME/miniforge3/etc/profile.d/conda.sh
50
+ make test-conda
0 commit comments