Skip to content

Commit

Permalink
Remove poetry cache
Browse files Browse the repository at this point in the history
  • Loading branch information
p-goulart committed Feb 8, 2024
1 parent 52a3fca commit f94fed0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,13 @@ jobs:
- name: Set up Poetry
uses: Gr1N/setup-poetry@v8

- name: Cache Poetry virtualenv
uses: actions/cache@v2
id: cache-poetry
with:
path: ~/.cache/pypoetry/virtualenvs
key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}

- name: Check Poetry config
working-directory: ${{ env.PT_DICT_HOME }}
run: poetry check

- name: Install Python dependencies
working-directory: ${{ env.PT_DICT_HOME }}
run: poetry install
if: steps.cache-poetry.outputs.cache-hit != 'true'
env:
POETRY_HTTP_BASIC_GITLAB_USERNAME: "lt-ai-package-registry"
POETRY_HTTP_BASIC_GITLAB_PASSWORD: ${{ secrets.POETRY_HTTP_BASIC_GITLAB_PASSWORD }}
Expand Down

0 comments on commit f94fed0

Please sign in to comment.