Skip to content

Commit

Permalink
set poetry cache directory
Browse files Browse the repository at this point in the history
  • Loading branch information
geritwagner committed Jul 26, 2024
1 parent a8c5dc8 commit e53e6f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: pipx install poetry
- name: Update setuptools
run: python -m pip install --upgrade pip setuptools
- name: Configure Poetry Cache Directory
run: poetry config cache-dir ${{ runner.temp }}/poetry_cache --local
- name: Install poetry dependencies
run: |
poetry install -E dev --verbose
Expand Down Expand Up @@ -45,6 +47,8 @@ jobs:
run: |
pipx install poetry
poetry cache clear --all pypi
- name: Configure Poetry Cache Directory
run: poetry config cache-dir ${{ runner.temp }}/poetry_cache --local
- name: Install poetry dependencies
run: |
poetry env remove python || true
Expand Down

0 comments on commit e53e6f4

Please sign in to comment.