Skip to content

Commit

Permalink
build: fix inconsistent poetry lock issue
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Dec 3, 2019
1 parent ad5bc53 commit 7089f74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
- name: installing poetry
run: |
python -m pip install --upgrade pip
pip install poetry poetry-dynamic-versioning
pip install poetry --pre
pip install poetry-dynamic-versioning
- name: installing dependencies
run: poetry install
- name: running tests
Expand Down

0 comments on commit 7089f74

Please sign in to comment.