File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 36
36
with :
37
37
path : ${{ steps.pip-cache.outputs.dir }}
38
38
key :
39
- ${{ matrix.python-version }}-v1-${{ hashFiles('**/setup.py') }}-${{ hashFiles('**/tox.ini') }}
39
+ ${{ matrix.python-version }}-v1-${{ hashFiles('**/setup.py') }}-${{ hashFiles('**/tox.ini') }}-${{ hashFiles('**/requirements-dev.txt') }}
40
40
restore-keys : |
41
41
${{ matrix.python-version }}-v1-
42
42
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
- black == 22.6.0
3
- Faker == 13.15.0
4
- flake8 == 4.0.1
5
- ipython == 7.16.3
6
- model_bakery == 1.5.0
7
- pre-commit == 2.15.0
8
- pytest == 6.2.5
9
- pytest-cov == 3.0.0
10
- pytest-django == 4.5.2
11
- sphinx == 4.2.0
12
- sphinx-autobuild == 2021.3.14
13
- sphinxcontrib_httpdomain == 1.7.0
14
- tox == 3.25.1
2
+ black
3
+ Faker
4
+ flake8
5
+ ipython
6
+ model_bakery
7
+ pre-commit
8
+ pytest
9
+ pytest-cov
10
+ pytest-django
11
+ sphinx
12
+ sphinx-autobuild
13
+ sphinxcontrib_httpdomain
14
+ tox
You can’t perform that action at this time.
0 commit comments