Skip to content

Commit

Permalink
use pip install .
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHancock committed Jan 24, 2022
1 parent 3ebf076 commit 4fcb4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test-doc.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest coveralls codacy-coverage
python -m pip install -r requirements.txt
python -m pip install .
python -m pip install -r doc/requirements.txt
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 4fcb4f3

Please sign in to comment.