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 May 20, 2021
1 parent 7e43d4f commit f6d2c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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 f6d2c6c

Please sign in to comment.