Skip to content

Commit edd1205

Browse files
committed
Rollback lint-requirements.txt
1 parent f5560b1 commit edd1205

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
pip install -r requirements.txt
3232
pip install --editable .
33-
pip install pytest ctc-segmentation
33+
pip install ctc-segmentation
3434
- name: Unittests with pytest
3535
run: |
3636
pytest tests/unittests

lint-requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
black==19.10b0
2+
flake8==3.7.9
3+
pycodestyle==2.5.0
4+
pytest==5.4.1
5+
yamllint==1.23.0

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-r lint-requirements.txt
12
huggingface_hub>=0.0.6
23
hyperpyyaml>=0.0.1
34
joblib>=0.14.1

0 commit comments

Comments
 (0)