We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be30b36 commit c97fe4aCopy full SHA for c97fe4a
.github/workflows/ci.yml
@@ -41,7 +41,8 @@ jobs:
41
rm -rf $CONDA_ROOT
42
cd $GITHUB_WORKSPACE/..
43
rm -f Miniconda3-*.sh
44
- CPKG=Miniconda3-latest-Linux-x86_64.sh
+ # CPKG=Miniconda3-latest-Linux-x86_64.sh
45
+ CPKG=Miniconda3-py311_24.3.0-0-Linux-x86_64.sh
46
wget -q https://repo.anaconda.com/miniconda/$CPKG
47
bash $CPKG -u -b -f -p $CONDA_ROOT
48
export PATH=$CONDA_ROOT/condabin:$CONDA_ROOT/bin:${PATH}
0 commit comments