Skip to content

Commit

Permalink
simplify book
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schmelzer committed Jun 11, 2023
1 parent af0437e commit 5912cea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
source-folder: 'cvx'

- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- uses: actions/checkout@v3

- uses: cvxgrp/.github/actions/release@main
with:
os: ${{ runner.os }}
python-version: "3.11"
#with:
# os: ${{ runner.os }}
# python-version: "3.11"

0 comments on commit 5912cea

Please sign in to comment.