Skip to content

Commit ad6645f

Browse files
committed
Only install deptry via pip in deptry workflow
1 parent 2f060b7 commit ad6645f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/deptry.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ jobs:
2020
init-shell: bash
2121
cache-environment: true
2222
post-cleanup: "all"
23-
- name: Install pytensor and mypy dependencies
23+
- name: Install pytensor and deptry dependencies
2424
run: |
2525
pip install -e .
26+
pip install deptry
2627
python --version
28+
deptry --version
2729
shell: micromamba-shell {0}
2830
- name: Run deptry
2931
run: |

environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ dependencies:
3434
- pytest-xdist
3535
- pytest-benchmark
3636
- pytest-mock
37-
- deptry
3837
# For building docs
3938
- sphinx>=5.1.0,<6
4039
- sphinx_rtd_theme

0 commit comments

Comments
 (0)