Skip to content

Commit 62eed47

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
sudo apt-get update
2929
apt-cache policy sagemath
3030
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
31-
bash Miniforge3-$(uname)-$(uname -m).sh
31+
bash Miniforge3-$(uname)-$(uname -m).sh -b
3232
mamba create -n sage sage python=3.12
3333
conda activate sage
3434
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)