Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Jan 16, 2024
1 parent 198b6ba commit 5c8e991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
run: pip3 install hatch

- name: Run Pre-commit Hooks
run: hatch run lint-all
run: hatch run lint:all
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: pip3 install hatch

- name: "Run Tests"
run: hatch run test
run: hatch run test:unit

- name: "Get current date"
if: always()
Expand Down

0 comments on commit 5c8e991

Please sign in to comment.