Skip to content

Commit d95563d

Browse files
committed
faster to aws
1 parent bc185e6 commit d95563d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/python-app.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ 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+
# - 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
3939
- name: Configure AWS credentials
4040
uses: aws-actions/configure-aws-credentials@v1
4141
with:

0 commit comments

Comments
 (0)