forked from phoenix/litellm-mirror
fix config.yml
This commit is contained in:
parent
fac1bb4deb
commit
23b4ded35e
1 changed files with 2 additions and 2 deletions
|
@ -550,14 +550,14 @@ jobs:
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y docker-ce docker-ce-cli containerd.io
|
sudo apt-get install -y docker-ce docker-ce-cli containerd.io
|
||||||
- run:
|
- run:
|
||||||
name: Install Python 3.9
|
name: Install Python 3.11
|
||||||
command: |
|
command: |
|
||||||
curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh --output miniconda.sh
|
curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh --output miniconda.sh
|
||||||
bash miniconda.sh -b -p $HOME/miniconda
|
bash miniconda.sh -b -p $HOME/miniconda
|
||||||
export PATH="$HOME/miniconda/bin:$PATH"
|
export PATH="$HOME/miniconda/bin:$PATH"
|
||||||
conda init bash
|
conda init bash
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
conda create -n myenv python=3.9 -y
|
conda create -n myenv python=3.11 -y
|
||||||
conda activate myenv
|
conda activate myenv
|
||||||
python --version
|
python --version
|
||||||
- run:
|
- run:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue