Skip to content

Commit

Permalink
add black to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Mar 15, 2024
1 parent 4395e6d commit b8b0933
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
fail-fast: false
matrix:
include:
- { python: "3.8", os: "ubuntu-latest", session: "lint" }
- { python: "3.7", os: "ubuntu-latest", session: "tests" }
- { python: "3.8", os: "ubuntu-latest", session: "tests" }
- { python: "3.9", os: "ubuntu-latest", session: "tests" }
Expand Down

0 comments on commit b8b0933

Please sign in to comment.