Skip to content

Commit

Permalink
ci/cd: disable pdm export hook from quality workflow as well
Browse files Browse the repository at this point in the history
  • Loading branch information
oedokumaci committed Jan 6, 2024
1 parent e3a091c commit 1a1d628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
- name: Run pyupgrade
run: pdm run pre-commit run --all-files pyupgrade

- name: Run pdm-export
run: pdm run pre-commit run --all-files pdm-export
# - name: Run pdm-export
# run: pdm run pre-commit run --all-files pdm-export

- name: Run pdm-lock-check
run: pdm run pre-commit run --all-files pdm-lock-check
Expand Down

0 comments on commit 1a1d628

Please sign in to comment.