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 a5e4dd7 commit 0f57a9fCopy full SHA for 0f57a9f
.github/workflows/python-app.yml
@@ -30,7 +30,7 @@ jobs:
30
python -m pip install --upgrade pip
31
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
32
bash Miniforge3-$(uname)-$(uname -m).sh -b
33
- conda init
+ source ~/miniforge3/etc/profile.d/conda.sh
34
conda create -n sage sage python=3.12 -c conda-forge
35
conda activate sage
36
pip install flake8 pytest
0 commit comments