Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashendrickx committed Sep 17, 2024
1 parent d62b5a8 commit 7b012b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
python-version: '3.8'
python-version: '3.9'
cache: 'poetry'
- name: Poetry environment information
- name: Setup
run: poetry env use 3.9
- name: Environment information
run: poetry env info
- name: Build
run: poetry install --with dev,test
Expand Down

0 comments on commit 7b012b9

Please sign in to comment.