Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Aug 27, 2023
1 parent 8704151 commit 35dc77f
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 @@ -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 @@ -18,8 +18,5 @@ jobs:
steps:
- uses: cvxgrp/.github/actions/test@main
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
source-folder: "dsp"
#- name: Coveralls GitHub Action
# uses: coverallsapp/github-action@v2

0 comments on commit 35dc77f

Please sign in to comment.