Skip to content

Commit

Permalink
remove virtualenv support
Browse files Browse the repository at this point in the history
  • Loading branch information
stikkireddy committed Aug 4, 2023
1 parent 71f0191 commit 791ed6c
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 @@ -46,7 +46,7 @@ jobs:
export PATH=$PATH:$HOME/.local/bin
pip install --user --upgrade setuptools
pip install --user poetry
poetry config virtualenv.create false
poetry config virtualenvs.in-project false
poetry config install.user true
poetry self add "poetry-dynamic-versioning[plugin]"
Expand Down

0 comments on commit 791ed6c

Please sign in to comment.