Skip to content

Commit

Permalink
remove lots
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Dec 6, 2024
1 parent 0533621 commit 1abaa70
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/python_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,6 @@ jobs:
cfg_file: ${{ inputs.cfg_file }}
pip_installs: ${{ inputs.pip_installs }}

#- name: Lint with flake8
# if: ${{ matrix.python-version != env.PRERELEASE || inputs.check_prereleases == 'true' }}
# run: flake8 ${{ inputs.flake8-packages }}

- name: Lint with pylint
if: ${{ matrix.python-version != env.PRERELEASE || inputs.check_prereleases == 'true' }}
uses: SpiNNakerManchester/SupportScripts/actions/pylint@main
Expand All @@ -176,22 +172,4 @@ jobs:
rcfile: ${{ inputs.rcfile }}
language: en_GB

#- name: Lint with mypy
# if: ${{ (matrix.python-version != env.PRERELEASE || inputs.check_prereleases == 'true') && inputs.mypy-packages != '' }}
# run: mypy --python-version ${{ matrix.python-version }} ${{ inputs.mypy-packages }}

#- name: Lint with mypy using disallow-untyped-def
# if: ${{ (matrix.python-version != env.PRERELEASE || inputs.check_prereleases == 'true') && inputs.mypy-full-packages != '' }}
# run: mypy --python-version ${{ matrix.python-version }} --disallow-untyped-defs ${{ inputs.mypy-full-packages }}

- name: Test with pytest
if: ${{ (matrix.python-version != env.PRERELEASE || inputs.check_prereleases == 'true') && inputs.test_directories != ''}}
uses: SpiNNakerManchester/SupportScripts/actions/pytest@main
with:
tests: ${{ inputs.test_directories }}
env:
SPALLOC_USER: ${{ secrets.SPALLOC_USER }}
SPALLOC_PASSWORD: ${{ secrets.SPALLOC_PASSWORD }}
# Tests using ping won't work in Github Actions because of system config
SKIP_PING_TESTS: true

0 comments on commit 1abaa70

Please sign in to comment.