We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ba345 commit 4997760Copy full SHA for 4997760
.github/workflows/deptry.yml
@@ -17,11 +17,11 @@ jobs:
17
uses: actions/setup-python@v5
18
with:
19
python-version: 3.12
20
- cache: "pip"
+ #cache: "pip"
21
- name: Install dependencies
22
run: |
23
- pip install -r requirements.txt
24
- pip install deptry
+ pip install --no-cache-dir -r requirements.txt
+ pip install --no-cache-dir deptry
25
- name: Analysis with deptry
26
27
deptry -vv pypfopt
0 commit comments