From 91ca416e90b07189f2f916e229646cdbf7657d5c Mon Sep 17 00:00:00 2001 From: danielhrisca Date: Mon, 6 Nov 2023 15:08:57 +0200 Subject: [PATCH] install cython --- .github/workflows/wheels.yml | 1 + bdist_wheel.bat | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 7e3b15925..50b676cec 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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 diff --git a/bdist_wheel.bat b/bdist_wheel.bat index 893b71af4..b9a428064 100644 --- a/bdist_wheel.bat +++ b/bdist_wheel.bat @@ -1,2 +1,2 @@ -run_black_and_isort.bat && ^ +run_black_and_ruff.bat && ^ python setup.py bdist_wheel \ No newline at end of file