File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 2929 - name : Install dependencies
3030 run : |
3131 python -m pip install --upgrade pip
32- pip install -r .github/workflows/requirements.txt
32+ pip install -r .github/workflows/config/ requirements.txt
3333
3434 - name : Run Black formatter check
3535 run : |
5050 - name : Install dependencies
5151 run : |
5252 python -m pip install --upgrade pip
53- pip install -r .github/workflows/requirements.txt
53+ pip install -r .github/workflows/config/ requirements.txt
5454
5555 - name : Run Flake8
5656 run : |
7171 - name : Install dependencies
7272 run : |
7373 python -m pip install --upgrade pip
74- pip install -r .github/workflows/requirements.txt
74+ pip install -r .github/workflows/config/ requirements.txt
7575
7676 - name : Run Pydocstyle
7777 run : |
9292 - name : Install dependencies
9393 run : |
9494 python -m pip install --upgrade pip
95- pip install -r .github/workflows/requirements.txt
95+ pip install -r .github/workflows/config/ requirements.txt
9696
9797 - name : Download check_docstrings.py
9898 run : |
You can’t perform that action at this time.
0 commit comments