Skip to content

Commit

Permalink
ci: Cache pip dependencies (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jul 9, 2024
1 parent 9c6c161 commit 7b9acbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip==24.1.1
pip==24.1.2
poetry==1.8.3
poetry-dynamic-versioning==1.4.0
nox==2024.4.15
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
cache: pip
cache-dependency-path: poetry.lock

- name: Upgrade pip
run: |
Expand Down

0 comments on commit 7b9acbc

Please sign in to comment.