Skip to content

Commit 2855fda

Browse files
committed
Empty-Commit
1 parent c5bbfc5 commit 2855fda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
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

0 commit comments

Comments
 (0)