Skip to content

Commit 309391e

Browse files
author
CJ Steiner
committed
ci: add implementation of caching for python dependencies
1 parent e29d2df commit 309391e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-python@v4
1717
with:
18-
python-version: 3.x
18+
python-version: '3.x'
19+
cache: 'pip'
1920
- run: pip install virtualenv
2021
- run: make
2122
- run: make push

0 commit comments

Comments
 (0)