Skip to content

Commit

Permalink
ci: cache pip dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bellackn committed Jan 30, 2024
1 parent f8c6757 commit db3fafe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: "3.10"
cache: pip

- name: Install test dependencies
run: |
Expand Down

0 comments on commit db3fafe

Please sign in to comment.