Skip to content

Commit 0f57a9f

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

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
@@ -30,7 +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
33+
source ~/miniforge3/etc/profile.d/conda.sh
3434
conda create -n sage sage python=3.12 -c conda-forge
3535
conda activate sage
3636
pip install flake8 pytest

0 commit comments

Comments
 (0)