Skip to content

Commit

Permalink
update tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaterre committed Jun 17, 2022
1 parent 8df93cb commit 8126ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
architecture: x64
- run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f requirements.txt ]; then pip install -r requirements_dev.txt; fi
- run: |
find ./spacyfishing/ -name '*.py' -exec pylint --rcfile=./.pylintrc {} \;
- run: |
Expand Down

0 comments on commit 8126ed5

Please sign in to comment.