Skip to content

Commit

Permalink
Merge pull request #136 from tonyandrewmeyer/enable-ci-for-7
Browse files Browse the repository at this point in the history
ci: temporarily enable CI quality checks for the 7.0 branch
  • Loading branch information
tonyandrewmeyer authored May 31, 2024
2 parents 76eb246 + 13df9cc commit 2e7a3b8
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 2e7a3b8

Please sign in to comment.