mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-12-15 16:10:39 +03:00
add root option for poetry to Dockerfile (#10)
This commit is contained in:
3
.github/workflows/poetry-test.yml
vendored
3
.github/workflows/poetry-test.yml
vendored
@@ -37,6 +37,7 @@ jobs:
|
||||
curl -sSL "https://install.python-poetry.org" | python -
|
||||
# Adding `poetry` to `$PATH`:
|
||||
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
||||
apt-get update && apt-get install --no-install-recommends -y ffmpeg
|
||||
|
||||
- name: Set up cache
|
||||
uses: actions/cache@v3
|
||||
@@ -59,7 +60,7 @@ jobs:
|
||||
run: |
|
||||
poetry config virtualenvs.in-project true
|
||||
poetry install
|
||||
poetry run pip install -U pip ffmpeg
|
||||
poetry run pip install -U pip
|
||||
#----------------------------------------------
|
||||
# run test suite
|
||||
#----------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user