Skip to content

Commit

Permalink
ci: change pipenv to poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Mar 30, 2021
1 parent a2f1725 commit 78c8fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install python-semantic-release pipenv
pip install python-semantic-release poetry
make init
make sync_deps
- name: Make documentation
Expand Down

0 comments on commit 78c8fe6

Please sign in to comment.