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 ad6ecdd commit a5e4dd7Copy full SHA for a5e4dd7
.github/workflows/python-app.yml
@@ -30,6 +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
34
conda create -n sage sage python=3.12 -c conda-forge
35
conda activate sage
36
pip install flake8 pytest
0 commit comments