Skip to content

Commit

Permalink
Fixed CI workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Nicola VIGANO <nicola.vigano@cea.fr>
  • Loading branch information
Obi-Wan committed Jun 8, 2024
1 parent b911444 commit 7ff3550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: ci
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

defaults:
run:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ 3.10, 3.11, 3.12 ]
python-version: [ "3.10", "3.11", "3.12" ]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 7ff3550

Please sign in to comment.