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 62eed47 commit d67e92dCopy full SHA for d67e92d
.github/workflows/python-app.yml
@@ -27,11 +27,12 @@ jobs:
27
run: |
28
sudo apt-get update
29
apt-cache policy sagemath
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 install mamba -c conda-forge
34
mamba create -n sage sage python=3.12
35
conda activate sage
- python -m pip install --upgrade pip
36
pip install flake8 pytest
37
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
38
sudo apt-get install -y make
0 commit comments