Skip to content

Commit

Permalink
update lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Charlop-Powers authored and Zachary Charlop-Powers committed Dec 10, 2023
1 parent 1e02a19 commit 2f7e913
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/poetry-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'],

name: Python ${{ matrix.python-version }} tests

Expand All @@ -35,7 +35,10 @@ jobs:
- uses: abatilo/[email protected]

- name: install dependencies
run: poetry install
run: |
poetry lock
poetry install
- name: run tests
run: poetry run pytest
Expand Down

0 comments on commit 2f7e913

Please sign in to comment.