We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea73c83 commit 44cea63Copy full SHA for 44cea63
.github/workflows/python-package.yml
@@ -23,7 +23,6 @@ jobs:
23
python-version: ${{ matrix.python-version }}
24
cache: 'pip' # caching pip dependencies
25
cache-dependency-path: |
26
- **/setup.cfg
27
**/requirements*.txt
28
- name: Install dependencies
29
run: |
.github/workflows/python-publish.yml
@@ -18,6 +18,9 @@ jobs:
18
uses: actions/setup-python@v3
19
with:
20
python-version: '3.11'
21
+ cache: 'pip' # caching pip dependencies
22
+ cache-dependency-path: |
+ **/requirements.txt
python -m pip install --upgrade pip
0 commit comments