Skip to content

Commit

Permalink
ci: remove pre-commit job steps; replaced by dedi. action
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Oct 3, 2024
1 parent e80451f commit a9260d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/maintests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,5 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade -r requirements.dev.txt
- name: Run pre-commit
uses: pre-commit/action@v3.0.0
with:
extra_args: --all-files
- name: Run unit tests
run: tox -e tests-no-api-calls
4 changes: 0 additions & 4 deletions .github/workflows/prtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,5 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade -r requirements.dev.txt
- name: Run pre-commit
uses: pre-commit/action@v3.0.0
with:
extra_args: --all-files
- name: Run unit tests
run: tox -e tests-no-api-calls

0 comments on commit a9260d9

Please sign in to comment.