Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasGebauer authored Apr 25, 2023
1 parent 9abc3bc commit 182a9db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8]
python-version: [3.10]

steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "-v -l 88 --check --diff"
src: "."
version: "23.1.0"

0 comments on commit 182a9db

Please sign in to comment.