Skip to content

Commit

Permalink
ci: cache dependencies when running stubtests (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruancomelli authored May 14, 2023
1 parent 5fe4565 commit 3bb24f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stubtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
uses: pdm-project/setup-pdm@main
with:
python-version: ${{ matrix.python-version }}
cache: true

- name: Install dependencies
run: pdm install --dev
Expand Down

0 comments on commit 3bb24f3

Please sign in to comment.