We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d625d00 commit 7c9f55fCopy full SHA for 7c9f55f
project/.github/workflows/build.yaml.jinja
@@ -46,6 +46,7 @@ jobs:
46
with:
47
virtualenvs-create: true
48
virtualenvs-in-project: true
49
+ virtualenvs-path: .venv
50
51
- name: Add poetry to path
52
run: echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
0 commit comments