Skip to content

Commit

Permalink
Install project before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmauve committed Jan 18, 2025
1 parent e83087f commit 6412fad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt -r requirements-dev.txt
- name: Install project
run: pip install .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names in the entire repo
Expand Down

0 comments on commit 6412fad

Please sign in to comment.