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 6f81a91 commit 801263aCopy full SHA for 801263a
.github/workflows/test.yml
@@ -31,11 +31,9 @@ jobs:
31
environment-file: environment.ci.yml
32
- name: Lint with flake8
33
run: |
34
- conda install flake8
35
flake8
36
- name: Test with pytest
37
38
- conda install pytest
39
make coverage
40
- name: typing with mypy
41
.github/workflows/test_quick.yml
@@ -56,12 +56,9 @@ jobs:
56
57
58
59
60
61
62
63
64
- pip install -e .[pytorch]
65
66
- name: Test docstrings
67
run: make doctest
0 commit comments