Skip to content

Commit

Permalink
MAINT: Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Patol75 committed Feb 25, 2024
1 parent 88c5bb0 commit ba273ac
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'

- name: Install and test
run: |
Expand All @@ -36,12 +36,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'

- name: Install and test
run: |
Expand All @@ -51,17 +51,16 @@ jobs:
install-windows:
name: (Windows) Install package and run tests
runs-on: windows-2019
if: false
runs-on: windows-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'

- name: Install and test
run: |
Expand Down

0 comments on commit ba273ac

Please sign in to comment.