Skip to content

Commit

Permalink
Test non-Cython builds
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinpfoertner committed Aug 17, 2021
1 parent a87cb23 commit 4d7da44
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ on:

jobs:
build:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
platform: ['ubuntu-latest']
python-version: ['3.6', '3.7', '3.8', '3.9']
disable-cython-build: ['0', '1']

runs-on: ${{ matrix.platform }}

env:
CHOLUPDATES_DISABLE_CYTHON_BUILD: ${{ matrix.disable-cython-build }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4d7da44

Please sign in to comment.