Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp committed Feb 2, 2022
1 parent 849d2ed commit 394fd30
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -25,11 +25,10 @@ jobs:
v0-${{ runner.os }}-pip-
- name: Install dependencies
run: |
# Pin pip to 21.x for now to avoid error in pre-commit action on Win
python -m pip install --upgrade pip==21.* setuptools wheel
pip install --upgrade pip setuptools wheel
pip install --upgrade .[lint]
- name: Run pre-commit hooks
uses: pre-commit/action@v2.0.3
uses: LilSpazJoekp/pre-commit-action@d65bf9b744a011a3d1b3dffadb58f39ad3b42374
- name: Run sphinx
run: sphinx-build -W --keep-going docs/ /tmp/foo
strategy:
Expand Down

0 comments on commit 394fd30

Please sign in to comment.