Skip to content

Commit

Permalink
fixup github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JJL772 committed Oct 24, 2024
1 parent 56bcce1 commit 5785a04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
fail-fast: false
matrix:
USE_CXX11: ['YES', 'NO']
WITH_PYCPSW: ['BOOST', 'CYTHON']
# NOTE: cpsw cython3 is currently busted, so we're only building with boost python bindings for now.
WITH_PYCPSW: ['BOOST']
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 5785a04

Please sign in to comment.