Skip to content

Commit a5e4dd7

Browse files
authored
Update python-app.yml
1 parent ad6ecdd commit a5e4dd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +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 init
3334
conda create -n sage sage python=3.12 -c conda-forge
3435
conda activate sage
3536
pip install flake8 pytest

0 commit comments

Comments
 (0)