Skip to content

Commit 5b27d8f

Browse files
authored
Update python-app.yml
1 parent d67e92d commit 5b27d8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
python -m pip install --upgrade pip
3131
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
3232
bash Miniforge3-$(uname)-$(uname -m).sh -b
33-
conda install mamba -c conda-forge
34-
mamba create -n sage sage python=3.12
33+
conda create -n sage sage python=3.12
3534
conda activate sage
3635
pip install flake8 pytest
3736
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi

0 commit comments

Comments
 (0)