Skip to content

Commit

Permalink
correct syntax
Browse files Browse the repository at this point in the history
Co-authored-by: Matti Picus <[email protected]>
  • Loading branch information
davidhewitt and mattip authored Oct 24, 2021
1 parent 7daa0c0 commit 469727f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyo3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
env:
# Necessary to force PyO3 to allow building against PyPy despite no
# Py_Initialize API
PYO3_CI=1
PYO3_CI: 1

- name: Build PyO3 Rust lib and tests - with features
shell: bash
Expand All @@ -77,7 +77,7 @@ jobs:
env:
# Necessary to force PyO3 to allow building against PyPy despite no
# Py_Initialize API
PYO3_CI=1
PYO3_C: 1

# In the future, might want to also try using the "abi3" feature once PyPy
# supports the Python stable API.
Expand Down

0 comments on commit 469727f

Please sign in to comment.