Skip to content

Commit

Permalink
💣 Remove cache.
Browse files Browse the repository at this point in the history
This should fix website build error.
  • Loading branch information
rentruewang committed Oct 12, 2024
1 parent 80fddca commit 654e5c5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
uses: pdm-project/setup-pdm@v4
with:
python-version: "3.10"
cache: true

- name: ⬇️ Python Dependencies
run: pdm install -G:all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python-version: "3.10"

- name: ⬇️ Python PDM
uses: pdm-project/setup-pdm@v3
uses: pdm-project/setup-pdm@v4

- name: ⬇️ Python Dependencies
run: pdm install -G:all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typecheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python-version: "3.10"

- name: ⬇️ Python PDM
uses: pdm-project/setup-pdm@v3
uses: pdm-project/setup-pdm@v4

- name: ⬇️ Python Dependencies
run: pdm install -G:all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python-version: "3.10"

- name: ⬇️ Python PDM
uses: pdm-project/setup-pdm@v3
uses: pdm-project/setup-pdm@v4

- name: ⬇️ Python Dependencies
run: pdm install -G:all
Expand Down

0 comments on commit 654e5c5

Please sign in to comment.