Skip to content

Commit

Permalink
remove install.user setting doesnt exist
Browse files Browse the repository at this point in the history
  • Loading branch information
stikkireddy committed Aug 4, 2023
1 parent 791ed6c commit 29ec772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/onpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
pip install --user --upgrade setuptools
pip install --user poetry
poetry config virtualenvs.in-project false
poetry config install.user true
# poetry config install.user true
poetry self add "poetry-dynamic-versioning[plugin]"

- name: Install dependencies
Expand Down

0 comments on commit 29ec772

Please sign in to comment.