Skip to content

Commit

Permalink
CI: adapt to new isntallation method
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Sep 25, 2024
1 parent 158f953 commit aa4d931
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install -r requirements.txt
pip install .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand All @@ -28,4 +28,5 @@ jobs:
sudo -u postgres createuser -s runner
- name: Test with pytest
run: |
pytest tests/
python3 setup.py build
pytest tests

0 comments on commit aa4d931

Please sign in to comment.