Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidrabedi authored Apr 3, 2024
1 parent 5a308fa commit e552516
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ permissions:

jobs:
ci:
strategy:
fail-fast: false
matrix:
python-version: ["3.10.6", "3.11", "3.12"]
os: [ubuntu-22.04, windows-latest]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e552516

Please sign in to comment.