Skip to content

Commit

Permalink
fix(ci): install poetry as global dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aexvir committed Mar 2, 2021
1 parent 83d4f45 commit d7e7af4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ jobs:
python-version: "3.x"
- name: Install poetry
run: >-
python -m
pip install
poetry
--user
pip install poetry
- name: Install dependencies
run: >-
poetry install
Expand Down

0 comments on commit d7e7af4

Please sign in to comment.