Skip to content

Commit

Permalink
ci: testing if the CI runs fine in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
leoisl committed Nov 27, 2023
1 parent e3ddc6a commit 4446ed0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- dev
- ci/test_ci
pull_request:
branches:
- main
Expand All @@ -15,8 +16,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
python-version: [ 3.8, 3.9, "3.10", 3.11 ]
# os: [ ubuntu-latest, macos-latest ]
# python-version: [ 3.8, 3.9, "3.10", 3.11 ]
os: [ ubuntu-latest]
python-version: [ 3.11 ]
steps:
- uses: actions/checkout@v3
- uses: mamba-org/setup-micromamba@v1
Expand Down

0 comments on commit 4446ed0

Please sign in to comment.