Skip to content

Commit

Permalink
disable cache of poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
pwei1018 authored Aug 16, 2024
1 parent b871d87 commit 3992819
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/backend-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version-file: ${{ inputs.working_directory }}/pyproject.toml
cache: poetry
cache-dependency-path: ${{ inputs.working_directory }}/poetry.lock
#cache: poetry
#cache-dependency-path: ${{ inputs.working_directory }}/poetry.lock
- name: Install dependencies
run: |
poetry update
Expand Down Expand Up @@ -111,8 +111,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version-file: ${{ inputs.working_directory }}/pyproject.toml
cache: poetry
cache-dependency-path: ${{ inputs.working_directory }}/poetry.lock
#cache: poetry
#cache-dependency-path: ${{ inputs.working_directory }}/poetry.lock
- name: Install dependencies
run: |
poetry update
Expand Down

0 comments on commit 3992819

Please sign in to comment.