File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 75
75
- run : update-alternatives --install "/usr/bin/java" "java" "/usr/java/jdk-15.0.1/bin/java" 2
76
76
- run : update-alternatives --install "/usr/bin/javac" "javac" "/usr/java/jdk-15.0.1/bin/javac" 2
77
77
-
run :
git config --global url."https://github.com/".insteadOf ssh://[email protected] /
78
+ - run : echo "unalias pip" >> ~/.bashrc
79
+ - run : echo "unalias python" >> ~/.bashrc
80
+ - run : apt update && apt install -y python3.8-minimal
81
+ - run : update-alternatives --set python /usr/bin/python3.8
82
+ - run : python -m pip --upgrade pip
83
+ - run : echo "alias pip3 python -m pip" >> ~/.bashrc
78
84
- run : echo "127.0.0.1 localhost.org" >> /etc/hosts
79
85
- run : make with-drf
80
86
- run : (cd .circleci/ && ./websiteDrfAsync.sh)
88
94
- run : update-alternatives --install "/usr/bin/java" "java" "/usr/java/jdk-15.0.1/bin/java" 2
89
95
- run : update-alternatives --install "/usr/bin/javac" "javac" "/usr/java/jdk-15.0.1/bin/javac" 2
90
96
-
run :
git config --global url."https://github.com/".insteadOf ssh://[email protected] /
97
+ - run : echo "unalias pip" >> ~/.bashrc
98
+ - run : echo "unalias python" >> ~/.bashrc
99
+ - run : apt update && apt install -y python3.8-minimal
100
+ - run : update-alternatives --set python /usr/bin/python3.8
101
+ - run : python -m pip --upgrade pip
102
+ - run : echo "alias pip3 python -m pip" >> ~/.bashrc
91
103
- run : echo "127.0.0.1 localhost.org" >> /etc/hosts
92
104
- run : make with-drf
93
105
- run : (cd .circleci/ && ./websiteDrfSync.sh)
You can’t perform that action at this time.
0 commit comments