Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jamesturk/jellyfish
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Sep 18, 2023
2 parents cf4086c + 168db3c commit 44ea14d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
python-version: ['3.8', '3.11', 'pypy3.9']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- target: armv7
interpreter: 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build wheels
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
# { target: "armv7-unknown-linux-musleabihf", image_tag: "armv7" },
# { target: "powerpc64le-unknown-linux-musl", image_tag: "ppc64le" },
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup QEMU
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- target: x86
interpreter: 3.8 3.9 3.10 3.11
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build wheels
Expand All @@ -143,7 +143,7 @@ jobs:
- target: aarch64
interpreter: 3.8 3.9 3.10 3.11 pypy3.8 pypy3.9
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build wheels
Expand All @@ -162,7 +162,7 @@ jobs:
runs-on: ubuntu-latest
needs: lint_and_test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build sdist
Expand Down

0 comments on commit 44ea14d

Please sign in to comment.