Skip to content

Commit 67cec02

Browse files
committedApr 11, 2025·
Install cython during workflow configuration so setup.py can import.
1 parent 13d30a9 commit 67cec02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Configure workflow
5151
id: config
5252
run: |
53-
pip install ci-helper
53+
pip install ci-helper cython
5454
5555
# Load repo-specific variables and overrides:
5656
VARS_FILE=".github/workflows/release-vars.sh"

0 commit comments

Comments
 (0)
Please sign in to comment.