Skip to content

Commit

Permalink
Update github workflow with setup-python@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Billyzhang1229 committed Apr 29, 2024
1 parent 5238e41 commit a9447d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- uses: pre-commit/[email protected]
Expand All @@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
python: [ 3.9, "3.10", "3.11" ]
os: [ macos-latest, ubuntu-latest] # disable windows for now, windows-latest ]
os: [ macos-13, ubuntu-latest] # disable windows for now, windows-latest ]
defaults:
run:
shell: bash
Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Python and cache deps
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
cache: 'pip'
Expand All @@ -68,7 +68,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Python and cache deps
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: 'pip'
Expand Down

0 comments on commit a9447d7

Please sign in to comment.