Skip to content

Commit 21c6e44

Browse files
committed
put it back
1 parent d95563d commit 21c6e44

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

.github/workflows/python-app.yml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,21 @@ jobs:
2323
uses: actions/setup-python@v3
2424
with:
2525
python-version: "3.11"
26-
# - name: Install dependencies
27-
# run: |
28-
# set -ex
29-
# sudo apt-get update
30-
# sudo apt-get install --no-install-suggests --no-install-recommends --yes python3-venv gcc libpython3-dev ffmpeg
31-
# sudo apt-get clean
32-
# sudo rm -rf /var/lib/apt/lists/*
33-
# python3 -m venv "${POETRY_VENV}"
34-
# $POETRY_VENV/bin/pip install -U pip setuptools
35-
# $POETRY_VENV/bin/pip install "poetry==${POETRY_VERSION}"
36-
# /opt/poetry-venv/bin/poetry config virtualenvs.create false
37-
# /opt/poetry-venv/bin/poetry install
38-
# /opt/poetry-venv/bin/poetry env info
26+
27+
- name: Install dependencies
28+
run: |
29+
set -ex
30+
sudo apt-get update
31+
sudo apt-get install --no-install-suggests --no-install-recommends --yes python3-venv gcc libpython3-dev ffmpeg
32+
sudo apt-get clean
33+
sudo rm -rf /var/lib/apt/lists/*
34+
python3 -m venv "${POETRY_VENV}"
35+
$POETRY_VENV/bin/pip install -U pip setuptools
36+
$POETRY_VENV/bin/pip install "poetry==${POETRY_VERSION}"
37+
/opt/poetry-venv/bin/poetry config virtualenvs.create false
38+
/opt/poetry-venv/bin/poetry install
39+
/opt/poetry-venv/bin/poetry env info
40+
3941
- name: Configure AWS credentials
4042
uses: aws-actions/configure-aws-credentials@v1
4143
with:

0 commit comments

Comments
 (0)