Skip to content

Commit

Permalink
Install prerelase poetry in CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
nkantar committed Sep 18, 2020
1 parent 3ec06f4 commit 2cb827c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated_checks.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry
pip install poetry --pre
poetry env use python${{ matrix.python-version }}
poetry install
- name: Format check with Black

0 comments on commit 2cb827c

Please sign in to comment.