Skip to content

Commit

Permalink
install cython
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Nov 6, 2023
1 parent 4d8e700 commit 91ca416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
CIBW_TEST_COMMAND: "pytest {project}/test --ignore={project}/test/asammdf/gui"
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
python -m pip install cython
sudo apt update
sudo apt-get install libegl1 libopengl0 libxml2 libxml2-dev libxslt1-dev libxslt1.1
fi
Expand Down
2 changes: 1 addition & 1 deletion bdist_wheel.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
run_black_and_isort.bat && ^
run_black_and_ruff.bat && ^
python setup.py bdist_wheel

0 comments on commit 91ca416

Please sign in to comment.