Skip to content

Commit 32226e2

Browse files
committed
Reproduction 1
1 parent 0fab5ab commit 32226e2

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/python-app.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
with:
1818
python-version: '3.10.10'
1919
cache: 'pip'
20-
cache-dependency-path: 'backend/requirements/linter-requirements.txt'
21-
20+
2221
- name: Run Mypy
2322
run: |
2423
pip install -r backend/requirements/linter-requirements.txt
2524
# mypy --config backend/mypy.ini backend
2625
27-
26+
27+
2828
2929
Job-B:
3030
needs: Job-A
@@ -42,9 +42,6 @@ jobs:
4242
with:
4343
python-version: '3.10.10'
4444
cache: 'pip'
45-
cache-dependency-path: |
46-
backend/requirements/requirements.txt
47-
backend/requirements/dev-requirements.txt
4845

4946
- name: Install newly added packages
5047
run: |
18 Bytes
Binary file not shown.

backend/requirements/requirements.txt

-18 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)