Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Aug 27, 2023
1 parent 7b6c15a commit f50a0ef
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
test:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

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

- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2

0 comments on commit f50a0ef

Please sign in to comment.