Skip to content

Commit 82deefb

Browse files
committed
Empty-Commit
1 parent c5bbfc5 commit 82deefb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
sudo apt-get update
5555
sudo apt-get install libkrb5-dev
5656
sudo curl -sSL https://install.python-poetry.org | python3 - --preview
57-
- name: Run tests
57+
poetry install --only=dev
58+
- name: Run tox
5859
run: |
5960
poetry run tox --parallel

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
[build-system]
32
requires = ["poetry-core>=1.1.0b3"]
43
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)