Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JNevrly committed Dec 15, 2023
1 parent 2839b77 commit 8541a19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.1
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5.0.0
with:
python-version: "3.8"
python-version: "3.9"
- name: Install poetry
uses: Gr1N/setup-poetry@v7
uses: Gr1N/setup-poetry@v8
- name: Configure poetry
run: poetry config virtualenvs.in-project true
- name: Build and publish
Expand Down

0 comments on commit 8541a19

Please sign in to comment.