Skip to content

Commit d67e92d

Browse files
authored
Update python-app.yml
1 parent 62eed47 commit d67e92d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ jobs:
2727
run: |
2828
sudo apt-get update
2929
apt-cache policy sagemath
30+
python -m pip install --upgrade pip
3031
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
3132
bash Miniforge3-$(uname)-$(uname -m).sh -b
33+
conda install mamba -c conda-forge
3234
mamba create -n sage sage python=3.12
3335
conda activate sage
34-
python -m pip install --upgrade pip
3536
pip install flake8 pytest
3637
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3738
sudo apt-get install -y make

0 commit comments

Comments
 (0)