Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
teekuningas committed Feb 23, 2024
1 parent 52eb896 commit f04d7af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
pip install -r requirements.txt
pip install -r dev-requirements.txt
- name: Install meggie for tests
run: |
pip install .
- name: Check styles
run: |
make check
Expand Down

0 comments on commit f04d7af

Please sign in to comment.