Skip to content

Commit

Permalink
build: update quality checks requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Sep 9, 2022
1 parent 297892a commit 8ac0084
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
PIP_SRC_DIR: ${{ runner.temp }}
run: |
pip install -r requirements/pip.txt
make test-requirements
pip install -r requirements/edx/testing.txt --src $PIP_SRC_DIR
pip install -e . --src $PIP_SRC_DIR
pip install -r requirements/edx/django.txt
- name: Run Quality Tests
Expand Down

0 comments on commit 8ac0084

Please sign in to comment.