remove version nb checks

This commit is contained in:
Matthias 2021-12-04 16:45:59 +01:00
parent 3da5767e02
commit d9c6e6c4f4
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -25,23 +25,6 @@ env:
jobs:
check_version:
name: version number
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Check version number
if: ${{ github.event_name == 'pull_request' }}
run: |
python3 ci/check_version_number.py --branch ${{ github.base_ref }}
- name: Finish
if: always()
run: echo 'done'
pep_style:
name: PEP style (python)
runs-on: ubuntu-latest