Skip to content

Commit

Permalink
Update python ci
Browse files Browse the repository at this point in the history
  • Loading branch information
humrochagf committed May 18, 2024
1 parent dfaea72 commit 0546529
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
cache: pip
cache-dependency-path: .github/workflows/test-suite.yml

- name: Ensure latest pip
run: |
Expand Down

0 comments on commit 0546529

Please sign in to comment.