2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-07 20:32:12 +00:00

move version checks out into own check

This commit is contained in:
Matthias
2021-12-04 01:22:10 +01:00
parent 6bc3e3ccbb
commit 3da5767e02
2 changed files with 21 additions and 2 deletions

View File

@@ -44,9 +44,7 @@ jobs:
pep_style:
name: PEP style (python)
needs: check_version
runs-on: ubuntu-latest
if: always()
steps:
- name: Checkout code