Skip to content

Commit a5f0ad9

Browse files
committed
Migrate to pyproject.toml
1 parent b4b281e commit a5f0ad9

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,5 @@ jobs:
4949

5050
- name: Test
5151
run: |
52-
poetry install
5352
poetry run coverage run -m unittest
54-
coverage report -m
53+
poetry run coverage report -m

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ dist
77
doc/_build
88
*.egg-info
99
.idea
10+
.venv

makefile

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)