We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c5cd26 commit 6771732Copy full SHA for 6771732
.github/workflows/release.yml
@@ -40,6 +40,7 @@ jobs:
40
with:
41
python-version: 3.7
42
cache: 'pip'
43
+ cache-dependency-path: requirements/dev.txt
44
- name: Upgrade pip and setuptools
45
# https://pypi.org/project/pip/
46
# https://pypi.org/project/setuptools/
.github/workflows/test.yml
@@ -16,6 +16,7 @@ jobs:
16
17
python-version: 3.9
18
19
20
- name: Upgrade pip
21
run: python -m pip install --upgrade pip setuptools==44.0.0
22
- name: Install dependencies
0 commit comments