Skip to content

Commit c97fe4a

Browse files
committed
CI: using py11
1 parent be30b36 commit c97fe4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
rm -rf $CONDA_ROOT
4242
cd $GITHUB_WORKSPACE/..
4343
rm -f Miniconda3-*.sh
44-
CPKG=Miniconda3-latest-Linux-x86_64.sh
44+
# CPKG=Miniconda3-latest-Linux-x86_64.sh
45+
CPKG=Miniconda3-py311_24.3.0-0-Linux-x86_64.sh
4546
wget -q https://repo.anaconda.com/miniconda/$CPKG
4647
bash $CPKG -u -b -f -p $CONDA_ROOT
4748
export PATH=$CONDA_ROOT/condabin:$CONDA_ROOT/bin:${PATH}

0 commit comments

Comments
 (0)