Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hassaku63 committed Sep 7, 2024
1 parent 3b02b33 commit 8ce57e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-dev.txt
# lint
- name: Run lint
Expand All @@ -34,4 +35,4 @@ jobs:
- name: Run unittests & coverage
run: |
coverage run -m unittest -v
coverage report -m
coverage report -m

0 comments on commit 8ce57e2

Please sign in to comment.