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 2f060b7 commit ad6645fCopy full SHA for ad6645f
.github/workflows/deptry.yml
@@ -20,10 +20,12 @@ jobs:
20
init-shell: bash
21
cache-environment: true
22
post-cleanup: "all"
23
- - name: Install pytensor and mypy dependencies
+ - name: Install pytensor and deptry dependencies
24
run: |
25
pip install -e .
26
+ pip install deptry
27
python --version
28
+ deptry --version
29
shell: micromamba-shell {0}
30
- name: Run deptry
31
environment.yml
@@ -34,7 +34,6 @@ dependencies:
34
- pytest-xdist
35
- pytest-benchmark
36
- pytest-mock
37
- - deptry
38
# For building docs
39
- sphinx>=5.1.0,<6
40
- sphinx_rtd_theme
0 commit comments