Skip to content

Commit

Permalink
[ci] Updated package install command
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Aug 19, 2021
1 parent 8af254f commit 6365223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
pip install -U -r requirements-test.txt
- name: Install netjsonconfig
run: python setup.py -q develop
run: pip install -U -e .

- name: QA checks
run: ./run-qa-checks
Expand Down

0 comments on commit 6365223

Please sign in to comment.