Skip to content

Commit

Permalink
Merge pull request #330 from fedora-infra/poem
Browse files Browse the repository at this point in the history
Disable temporarily the project config check
  • Loading branch information
gridhead authored Jan 7, 2025
2 parents 3c66f0f + 33a9370 commit 56c282e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
run: |
python3 -m pip install --upgrade poetry tox
- name: Check the correctness of the project config
run: |
poetry check
# TEMPORARILY COMMENTED OUT UNTIL THE POETRY 2.X BECOMES COMMON
# - name: Check the correctness of the project config
# run: |
# poetry check

- name: Check the quality of the code
run: |
Expand Down

0 comments on commit 56c282e

Please sign in to comment.