Skip to content

Commit

Permalink
update pipeline to match new dir structure (venv dir)
Browse files Browse the repository at this point in the history
  • Loading branch information
dec1 committed Jun 10, 2024
1 parent 48ec493 commit 9b56183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
cd ../..
- name: Run tests with pytest
run: ./prj/script/venv/bin/pytest test/
run: ./prj/venv/bin/pytest test/

- name: Run type checking with mypy
run: ./prj/script/venv/bin/mypy --check-untyped-defs -p test -p src
run: ./prj/venv/bin/mypy --check-untyped-defs -p test -p src

#- name: Run linter with pylint
# run: ./prj/script/venv/bin/python -m pylint src

0 comments on commit 9b56183

Please sign in to comment.