Skip to content

Commit

Permalink
Supprimer le job de constance des dépendancess
Browse files Browse the repository at this point in the history
Puisqu'on utilise que pyproject.toml, ce job peut sereinement partir en retraite.
  • Loading branch information
Slokilla authored and fwininger committed Mar 15, 2024
1 parent 489b961 commit 0aa0c76
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@ jobs:
run: |
pylint-ignore --rcfile=.pylintrc wapitiCore
dependencies:
name: Dependencies consistency
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Checking differences between pyproject.toml and Pipfile
run: |
diff <(cat Pipfile | grep -E ".* = \"(=|>).*\"" | sed -E 's/"?(.*[^"])"? = "(.*)"/\1\2/' | sort | uniq) <(cat pyproject.toml | grep -E '".+(=|>)=.*"' | sed -E "s/\s+\"(.*+)\".*/\1/" | sort | uniq)
docker:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 0aa0c76

Please sign in to comment.