Skip to content

Commit

Permalink
fix cargo --features argument
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Oct 24, 2021
1 parent 469727f commit 63313c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyo3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
shell: bash
run: |
cd pyo3
cargo build --lib --tests --features=$(make list_all_additive_features)
cargo build --lib --tests --features="$(make list_all_additive_features)"
env:
# Necessary to force PyO3 to allow building against PyPy despite no
# Py_Initialize API
Expand Down

0 comments on commit 63313c0

Please sign in to comment.