Skip to content

Commit

Permalink
install requirements for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-richard committed Jul 21, 2023
1 parent ba9ea18 commit 7ac60cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r docs/requirements.txt
python -m pip install -r requirements.txt
pip install flake8
- name: check_flake8
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r docs/requirements.txt
python -m pip install -r requirements.txt
pip install pylint
- name: pylint
Expand Down

0 comments on commit 7ac60cd

Please sign in to comment.