File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
10
10
strategy :
11
11
matrix :
12
12
python-version :
13
- - 3.6
14
13
- 3.7
15
14
- 3.8
15
+ - 3.9
16
16
container :
17
- image : quay.io/pypa/manylinux1_x86_64:2020-03-07-9c5ba95
17
+ image : quay.io/pypa/manylinux2010_x86_64
18
18
env :
19
- PATH : /root/.cargo/bin:/root/.local/bin:/opt/python/cp36-cp36m/bin:/opt/python/cp37-cp37m/bin:/opt/python/cp38-cp38/bin:/opt/rh/devtoolset-2/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/python/cp35-cp35m/bin:/opt/python/cp36-cp36m/bin:/opt/python/cp37-cp37m/bin:/opt/python/cp38-cp38/bin
19
+ PATH : /root/.cargo/bin:/root/.local/bin:/opt/python/cp36-cp36m/bin:/opt/python/cp37-cp37m/bin:/opt/python/cp38-cp38/bin:/opt/rh/devtoolset-2/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/python/cp35-cp35m/bin:/opt/python/cp36-cp36m/bin:/opt/python/cp37-cp37m/bin:/opt/python/cp38-cp38/bin:/opt/python/cp39-cp39/bin:/opt/rh/devtoolset-8/root/usr/bin
20
20
options : --user root
21
21
env :
22
22
HOME : /root
25
25
- uses : actions/checkout@v1
26
26
- name : Install rust
27
27
run : |
28
- curl --proto '=https' -- tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable --profile minimal -y
28
+ curl --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal
29
29
- name : Test rust lib
30
30
run : cargo test
31
31
You can’t perform that action at this time.
0 commit comments