Skip to content

Commit

Permalink
Simplify 3.8 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dlesbre committed Feb 5, 2024
1 parent 7083f00 commit fab1225
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ jobs:
python-version: "3.8"
- name: Install dependencies
run: make setup-dev
- name: Lint with flake8
run: make flake8
- name: Run formatters
run: make format-check
- name: Typecheck with mypy
run: make mypy
- name: Check script
run: btac --version && btac --help
- name: Test with pytest
Expand Down

0 comments on commit fab1225

Please sign in to comment.