Skip to content

Commit

Permalink
update test action to use python3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
copelco committed Dec 19, 2024
1 parent 343723c commit b8d533b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
ports:
- 5432:5432
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.10'
cache: 'poetry'
- name: Install dependencies
run: |
Expand Down

0 comments on commit b8d533b

Please sign in to comment.