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 394fd30 commit 75eb551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -25,10 +25,10 @@ jobs:
v0-${{ runner.os }}-pip-
- name: Install dependencies
run: |
pip install --upgrade pip setuptools wheel
pip install --upgrade pip setuptools wheel pre-commit
pip install --upgrade .[lint]
- name: Run pre-commit hooks
uses: LilSpazJoekp/pre-commit-action@d65bf9b744a011a3d1b3dffadb58f39ad3b42374
uses: LilSpazJoekp/pre-commit-action@v2.0.4
- name: Run sphinx
run: sphinx-build -W --keep-going docs/ /tmp/foo
strategy:
Expand Down

0 comments on commit 75eb551

Please sign in to comment.