Skip to content

Commit

Permalink
Documentation dependencies are required
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Nov 17, 2022
1 parent 828d5da commit 4b1cfdc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
cache-dependency-path: "requirements/*.txt"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install -r requirements/development.txt
python -m pip install --upgrade -r requirements.txt
python -m pip install --upgrade -r requirements/development.txt
python -m pip install --upgrade -r requirements/documentation.txt
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 4b1cfdc

Please sign in to comment.