Skip to content

Commit

Permalink
chore(coordop): try to fix lint github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Andrés committed Nov 3, 2024
1 parent 40e8ac4 commit fb4e489
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coordop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- working-directory: coordop
run: |
pip install .
bibliograpy process --output src/coordop bibliograpy.yml
bibliograpy process --output-dir src/coordop bibliograpy.yml
pylint --rcfile=../pylintrc_src --ignore-paths src/coordop/bibliography.py src
lint-test:
Expand All @@ -87,7 +87,7 @@ jobs:
- working-directory: coordop
run: |
pip install .
bibliograpy process --output src/coordop bibliograpy.yml
bibliograpy process --output-dir src/coordop bibliograpy.yml
pylint --rcfile=../pylintrc_test test/projection/*
test:
Expand All @@ -114,6 +114,6 @@ jobs:
- working-directory: coordop
run: |
pip install .
bibliograpy process --output src/coordop bibliograpy.yml
bibliograpy process --output-dir src/coordop bibliograpy.yml
pip install .
- run: pytest --cov=coordop --junitxml=coordop/report.xml --cov-append coordop

0 comments on commit fb4e489

Please sign in to comment.