Skip to content

Commit

Permalink
remove 3.8 build and cleaner pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Aug 25, 2023
1 parent 5ff11a4 commit 8123a01
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install pre-commit
run: |
pip install pre-commit
- name: Setup pre-commit hooks
run: |
pre-commit install
- name: Run pre-commit hooks
run: |
pre-commit run --all-files
- uses: pre-commit/[email protected]

build:
runs-on: ubuntu-latest
Expand All @@ -37,7 +25,6 @@ jobs:
3.11
3.10
3.9
#3.8
- uses: actions/checkout@v3
with:
fetch-depth: 0 # For sonar
Expand Down

0 comments on commit 8123a01

Please sign in to comment.