File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
set -e
6
6
7
- ZLIB_VERSION=1.3
7
+ ZLIB_VERSION=1.3.1
8
8
9
9
curl -o zlib.tar.gz https://www.zlib.net/zlib-${ZLIB_VERSION} .tar.gz
10
10
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ defaults:
14
14
run :
15
15
shell : bash
16
16
17
-
18
17
jobs :
19
18
20
19
# Quick tests run on all OSes/python versions
@@ -242,7 +241,7 @@ jobs:
242
241
container : i386/ubuntu:20.04
243
242
strategy :
244
243
matrix :
245
- python-version : ["3.9 "]
244
+ python-version : ["3.10 "]
246
245
extra-args : ["", "--concat"]
247
246
248
247
env :
@@ -254,7 +253,7 @@ jobs:
254
253
steps :
255
254
- name : Install git
256
255
run : apt-get update -y && apt-get install -y git
257
- - uses : actions/checkout@v4
256
+ - uses : actions/checkout@v2
258
257
- name : Install system dependencies
259
258
run : bash ./.ci/install_32bit_dependencies.sh
260
259
- name : Create test environment
Original file line number Diff line number Diff line change 55
55
container : i386/ubuntu:20.04
56
56
strategy :
57
57
matrix :
58
- python-version : ["3.9 "]
58
+ python-version : ["3.10 "]
59
59
extra-args : ["", "--concat"]
60
60
61
61
env :
68
68
steps :
69
69
- name : Install git
70
70
run : apt-get update -y && apt-get install -y git
71
- - uses : actions/checkout@v4
71
+ - uses : actions/checkout@v2
72
72
- name : Install system dependencies
73
73
run : bash ./.ci/install_32bit_dependencies.sh
74
74
- name : Create test environment
You can’t perform that action at this time.
0 commit comments