Skip to content

Commit 04cf998

Browse files
fix/ci/typo-in-poetry-env-var-from-BIN_DIR-to-PIPX_BIN_DIR (#39)
1 parent 21acf62 commit 04cf998

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
python -m pip install --upgrade pip pipx
7171
pipx install poetry==${POETRY_VERSION}
72-
echo "$(pipx environment --value BIN_DIR)" >> $GITHUB_PATH
72+
echo "$(pipx environment --value PIPX_BIN_DIR)" >> $GITHUB_PATH
7373
7474
- name: Create virtual environment
7575
run: python -m venv .venv

0 commit comments

Comments
 (0)