Skip to content

Commit

Permalink
try static for all in conda
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Apr 6, 2024
1 parent 5acd5d0 commit 8b53e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- ubuntu-latest
flags:
- --features use-system-blosc2
- ''
- --features static
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
# set the library to a currently discoverable place or update these
# env vars for each platform. Won't automatically locate the blosc2
# shared library within the conda environment.
if: ${{ matrix.flags == '' }}
if: ${{ matrix.flags == '--features static' }}
shell: bash -el {0}
run: cargo test

Expand Down

0 comments on commit 8b53e38

Please sign in to comment.