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