Skip to content

Commit

Permalink
Empty-Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley committed Jul 18, 2022
1 parent c5bbfc5 commit 82deefb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
sudo apt-get update
sudo apt-get install libkrb5-dev
sudo curl -sSL https://install.python-poetry.org | python3 - --preview
- name: Run tests
poetry install --only=dev
- name: Run tox
run: |
poetry run tox --parallel
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

[build-system]
requires = ["poetry-core>=1.1.0b3"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 82deefb

Please sign in to comment.