Skip to content

Commit

Permalink
test on different OS
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Aug 27, 2023
1 parent ac38ea6 commit 4827481
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ name: "ci"

on:
push
#branches:
# - main

jobs:
test:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
Expand All @@ -19,7 +17,6 @@ jobs:
steps:
- uses: cvxgrp/.github/actions/test@main
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}

# Uncomment once the package is public
Expand Down

0 comments on commit 4827481

Please sign in to comment.