Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Nov 17, 2024
1 parent 8d39fd3 commit ae6ac4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ jobs:
- if: ${{ matrix.python-version == '3.5' || matrix.python-version == '3.6' }}
run: |
cp poetry.legacy.lock poetry.lock
- if: ${{ matrix.python-version == '3.12' || matrix.python-version == '3.13' }}
run: |
rm poetry.lock
- run: |
pip install poetry
poetry install
Expand Down

0 comments on commit ae6ac4c

Please sign in to comment.