Skip to content

Commit 9b26cfc

Browse files
authored
fix: cicd (#490)
1 parent 5f857dc commit 9b26cfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config_continue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- run: echo "unalias pip" >> ~/.bashrc
7979
- run: echo "unalias python" >> ~/.bashrc
8080
- run: apt update && apt install -y python3.8-minimal
81-
- run: update-alternatives --set python /usr/bin/python3.8
81+
- run: update-alternatives --install "/usr/bin/python" python /usr/bin/python3.8 2
8282
- run: python -m pip --upgrade pip
8383
- run: echo "alias pip3 python -m pip" >> ~/.bashrc
8484
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
@@ -97,7 +97,7 @@ jobs:
9797
- run: echo "unalias pip" >> ~/.bashrc
9898
- run: echo "unalias python" >> ~/.bashrc
9999
- run: apt update && apt install -y python3.8-minimal
100-
- run: update-alternatives --set python /usr/bin/python3.8
100+
- run: update-alternatives --install "/usr/bin/python" python /usr/bin/python3.8 2
101101
- run: python -m pip --upgrade pip
102102
- run: echo "alias pip3 python -m pip" >> ~/.bashrc
103103
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts

0 commit comments

Comments
 (0)