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 3636 with :
3737 path : ${{ steps.pip-cache.outputs.dir }}
3838 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') }}
4040 restore-keys : |
4141 ${{ matrix.python-version }}-v1-
4242
Original file line number Diff line number Diff line change 11-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