Skip to content

Commit

Permalink
cleanup precommit workflow job (leftover from the time when examples …
Browse files Browse the repository at this point in the history
…were a submodule)
  • Loading branch information
slayoo authored Jan 1, 2024
1 parent 7eec9a7 commit 00b88cf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,13 @@ on:

jobs:
precommit:
strategy:
matrix:
package-dir: [".", "examples"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: "3.10"
- run: |
cd ${{ matrix.package-dir }}
pip install pre-commit
pre-commit clean
pre-commit autoupdate
Expand Down

0 comments on commit 00b88cf

Please sign in to comment.