Skip to content

Commit

Permalink
run dev install on qa
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebCourier committed Feb 27, 2024
1 parent 6052c77 commit 1d61b72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Quality Checks
run: |
python -m pip install --upgrade pip;
make install-dev
make build;
make qa;
Expand Down

0 comments on commit 1d61b72

Please sign in to comment.