Skip to content

Commit

Permalink
fix checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-vuillemot committed Jan 30, 2025
1 parent fd691d6 commit da31f78
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
write:
strategy:
matrix:
# Examples do not run on Windows.
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
cshelve-version: ["0.9.0"]
max-parallel: 1
Expand All @@ -63,6 +62,9 @@ jobs:
environment: azure

steps:
- name: Checkout code
uses: actions/checkout@v4

# An Azure storage account is used for reality.
- name: 'Az CLI login'
uses: azure/login@v1
Expand All @@ -86,8 +88,7 @@ jobs:

strategy:
matrix:
# Examples do not run on Windows.
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
cshelve-version: ["0.9.0"]
max-parallel: 1
Expand All @@ -97,6 +98,9 @@ jobs:
environment: azure

steps:
- name: Checkout code
uses: actions/checkout@v4

# An Azure storage account is used for reality.
- name: 'Az CLI login'
uses: azure/login@v1
Expand All @@ -120,8 +124,7 @@ jobs:

strategy:
matrix:
# Examples do not run on Windows.
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
max-parallel: 1

Expand Down

0 comments on commit da31f78

Please sign in to comment.