Skip to content

Commit d74cc6e

Browse files
committed
env vars'
1 parent 2b3b7e2 commit d74cc6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
python-version: "3.11"
2323
- name: Install dependencies
2424
run: |
25+
export POETRY_VERSION=1.3.2
26+
export POETRY_VENV=/opt/poetry-venv
2527
sudo apt-get update
2628
sudo apt-get install --no-install-suggests --no-install-recommends --yes python3-venv gcc libpython3-dev
2729
sudo apt-get clean

0 commit comments

Comments
 (0)