Skip to content

Commit

Permalink
ci: test minimal Python version on Mac OS (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrossinek authored Sep 4, 2023
1 parent b4c829d commit 0d112d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
python-version: [3.8, 3.9, '3.10', 3.11]
include:
- os: macos-latest
python-version: 3.9
python-version: 3.8
- os: macos-latest
python-version: 3.11
- os: windows-2019
Expand Down Expand Up @@ -374,8 +374,8 @@ jobs:
path: /tmp/u310
- uses: actions/download-artifact@v3
with:
name: macos-latest-3.9
path: /tmp/m39
name: macos-latest-3.8
path: /tmp/m38
- uses: actions/download-artifact@v3
with:
name: macos-latest-3.11
Expand All @@ -393,7 +393,7 @@ jobs:
shell: bash
- name: Combined Deprecation Messages
run: |
sort -f -u /tmp/u38/nat.dep /tmp/u39/nat.dep /tmp/u310/nat.dep /tmp/m39/nat.dep /tmp/m311/nat.dep /tmp/w38/nat.dep /tmp/w311/nat.dep || true
sort -f -u /tmp/u38/nat.dep /tmp/u39/nat.dep /tmp/u310/nat.dep /tmp/m38/nat.dep /tmp/m311/nat.dep /tmp/w38/nat.dep /tmp/w311/nat.dep || true
shell: bash
- name: Coverage combine
run: coverage3 combine /tmp/u38/nat.dat
Expand Down

0 comments on commit 0d112d3

Please sign in to comment.