Skip to content

Commit

Permalink
Update github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
amanning9 committed Mar 27, 2024
1 parent ac5d9a1 commit d53e014
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Tox

on:
Expand All @@ -18,13 +19,13 @@ jobs:
os:
- Ubuntu
py:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup python for test ${{ matrix.py }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.py }}
- name: Install Poetry
Expand Down

0 comments on commit d53e014

Please sign in to comment.