Skip to content

Commit

Permalink
CI: Bump python version for emulated 32 bit tests. Update zlib versio…
Browse files Browse the repository at this point in the history
…n on

windows. Roll-back actions/checkout version for 32 bit test due to gha / node
issue (actions/checkout#1681)
  • Loading branch information
pauldmccarthy committed Jul 16, 2024
1 parent ad67d03 commit ccb52b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ci/download_zlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
set -e

ZLIB_VERSION=1.3
ZLIB_VERSION=1.3.1

curl -o zlib.tar.gz https://www.zlib.net/zlib-${ZLIB_VERSION}.tar.gz

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ defaults:
run:
shell: bash


jobs:

# Quick tests run on all OSes/python versions
Expand Down Expand Up @@ -242,7 +241,7 @@ jobs:
container: i386/ubuntu:20.04
strategy:
matrix:
python-version: ["3.9"]
python-version: ["3.10"]
extra-args: ["", "--concat"]

env:
Expand All @@ -254,7 +253,7 @@ jobs:
steps:
- name: Install git
run: apt-get update -y && apt-get install -y git
- uses: actions/checkout@v4
- uses: actions/checkout@v1
- name: Install system dependencies
run: bash ./.ci/install_32bit_dependencies.sh
- name: Create test environment
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
container: i386/ubuntu:20.04
strategy:
matrix:
python-version: ["3.9"]
python-version: ["3.10"]
extra-args: ["", "--concat"]

env:
Expand All @@ -68,7 +68,7 @@ jobs:
steps:
- name: Install git
run: apt-get update -y && apt-get install -y git
- uses: actions/checkout@v4
- uses: actions/checkout@v1
- name: Install system dependencies
run: bash ./.ci/install_32bit_dependencies.sh
- name: Create test environment
Expand Down

0 comments on commit ccb52b8

Please sign in to comment.