Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 0275702

Browse files
Switch to poetry
1 parent 6040b78 commit 0275702

File tree

5 files changed

+792
-632
lines changed

5 files changed

+792
-632
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install tox==4.4.4 tox-pipenv==1.10.1 tox-gh-actions==3.0.0 pipenv==2022.12.19
24+
pip install tox==3.28.0 tox-poetry==0.5.0 tox-gh-actions==2.12.0 poetry==1.3.2
2525
2626
- name: Tests
2727
run: tox

Pipfile

-23
This file was deleted.

0 commit comments

Comments
 (0)