Skip to content

Commit 571e133

Browse files
committed
CI: adding new CI job, and doing it as part of unrelated PR to see if it triggers the issue we see locally
1 parent 77dcba4 commit 571e133

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/ci_tests.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,25 @@ jobs:
4242
toxenv: py39-test-oldestdeps-alldeps
4343
toxargs: -v
4444

45-
- name: Python 3.10 with all optional dependencies (MacOS X)
45+
- name: OSX, py310, all optional dependencies
4646
os: macos-latest
4747
python: "3.10"
4848
toxenv: py310-test-alldeps
4949
toxargs: -v
5050

51-
- name: Python 3.11 with mandatory dependencies (Windows)
51+
- name: Windows, py311, mandatory dependencies only
5252
os: windows-latest
5353
python: "3.11"
5454
toxenv: py311-test
5555
toxargs: -v
5656

57+
- name: Linux ARM, py312, all optional dependencies
58+
os: ubuntu-24.04-arm
59+
python: "3.12"
60+
toxenv: py312-test-alldeps
61+
toxargs: -v
62+
63+
5764
steps:
5865
- name: Checkout code
5966
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)