We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3b7e2 commit d74cc6eCopy full SHA for d74cc6e
.github/workflows/python-app.yml
@@ -22,6 +22,8 @@ jobs:
22
python-version: "3.11"
23
- name: Install dependencies
24
run: |
25
+ export POETRY_VERSION=1.3.2
26
+ export POETRY_VENV=/opt/poetry-venv
27
sudo apt-get update
28
sudo apt-get install --no-install-suggests --no-install-recommends --yes python3-venv gcc libpython3-dev
29
sudo apt-get clean
0 commit comments