Skip to content

Commit

Permalink
Debugging Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BitterB0NG0 committed Aug 13, 2024
1 parent d31d0f1 commit eaab26a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
build:

runs-on: ${{ matrix.os }}
fail-fast: false
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.10, 3.11, 3.12]
os: [ubuntu-latest]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit eaab26a

Please sign in to comment.