Skip to content

Commit 801263a

Browse files
committed
remove useless lines in workflows
1 parent 6f81a91 commit 801263a

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@ jobs:
3131
environment-file: environment.ci.yml
3232
- name: Lint with flake8
3333
run: |
34-
conda install flake8
3534
flake8
3635
- name: Test with pytest
3736
run: |
38-
conda install pytest
3937
make coverage
4038
- name: typing with mypy
4139
run: |

.github/workflows/test_quick.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,9 @@ jobs:
5656

5757
- name: Lint with flake8
5858
run: |
59-
conda install flake8
6059
flake8
6160
- name: Test with pytest
6261
run: |
63-
conda install pytest
64-
pip install -e .[pytorch]
6562
make coverage
6663
- name: Test docstrings
6764
run: make doctest

0 commit comments

Comments
 (0)