Skip to content

Commit 4997760

Browse files
authored
Update deptry.yml
1 parent 14ba345 commit 4997760

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deptry.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
uses: actions/setup-python@v5
1818
with:
1919
python-version: 3.12
20-
cache: "pip"
20+
#cache: "pip"
2121
- name: Install dependencies
2222
run: |
23-
pip install -r requirements.txt
24-
pip install deptry
23+
pip install --no-cache-dir -r requirements.txt
24+
pip install --no-cache-dir deptry
2525
- name: Analysis with deptry
2626
run: |
2727
deptry -vv pypfopt

0 commit comments

Comments
 (0)