Skip to content

Commit

Permalink
Temporarily enable quality checks for the 7.0 branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed May 30, 2024
1 parent ed1d557 commit 13df9cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/quality_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- 7.0

jobs:
linting:
Expand Down Expand Up @@ -41,4 +42,4 @@ jobs:
- name: Install dependencies
run: python -m pip install tox
- name: Run unit tests
run: tox -vve unit
run: tox -vve unit

0 comments on commit 13df9cc

Please sign in to comment.