Skip to content

Commit

Permalink
Updated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis-chambers committed Jun 19, 2024
1 parent 7456005 commit 6881da6
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 @@ -24,6 +24,8 @@ jobs:
python -m pip install --upgrade pip
pip install flake8
pip install .[test]
- name: Build test DB
run: |
python src/tests/data/build_database.py
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 6881da6

Please sign in to comment.