diff --git a/.github/workflows/exe.yml b/.github/workflows/exe.yml index 38eefb9..8cd2e73 100644 --- a/.github/workflows/exe.yml +++ b/.github/workflows/exe.yml @@ -15,7 +15,7 @@ jobs: - name: Install dependencies run: | pip install -r requirements.txt - pip install cython pyinstaller + pip install cython pyinstaller python-dev - name: Compile Cython code run: |