Skip to content

Commit

Permalink
fix: fix pre-commit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bellini666 committed Jun 20, 2023
1 parent 23d4f97 commit f39ae23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- 4.1.*
- 4.2.*
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- "3.8"
- "3.9"
- "3.10"
- "3.11"
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit f39ae23

Please sign in to comment.