Skip to content

Commit

Permalink
Use PDM default cache dependency path in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Apr 2, 2024
1 parent b044a44 commit 3e0957e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: true
cache-dependency-path: ./pyproject.toml

- name: Install dependencies
run: pdm install
Expand All @@ -46,7 +45,6 @@ jobs:
with:
python-version: "3.10"
cache: true
cache-dependency-path: ./pyproject.toml

- name: Install dependencies
run: pdm install
Expand Down

0 comments on commit 3e0957e

Please sign in to comment.