Skip to content

Commit 4e38d1b

Browse files
committed
update ci
1 parent 4523ffb commit 4e38d1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/manylinux_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
strategy:
1111
matrix:
1212
python-version:
13-
- 3.6
1413
- 3.7
1514
- 3.8
15+
- 3.9
1616
container:
17-
image: quay.io/pypa/manylinux1_x86_64:2020-03-07-9c5ba95
17+
image: quay.io/pypa/manylinux2010_x86_64
1818
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
2020
options: --user root
2121
env:
2222
HOME: /root
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v1
2626
- name: Install rust
2727
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
2929
- name: Test rust lib
3030
run: cargo test
3131

0 commit comments

Comments
 (0)