Speedup CI (#309)
Some checks failed
Deploy / Check for new spoiler (push) Has been cancelled

* speedup ci

* use req file

* remove cflag as only lxml is affected, but its never build as pip uses available wheels
This commit is contained in:
tooomm
2025-03-08 11:03:11 +01:00
committed by GitHub
parent 6d0ca400be
commit cae671b37f

View File

@@ -38,16 +38,11 @@ jobs:
uses: actions/checkout@v4
with:
ref: files
fetch-depth: 0
path: ${{env.OUTPUT_PATH}}
- name: Install requirements using pip
shell: bash
env:
CFLAGS: '-O0'
run: |
python3 -m pip install --upgrade pip setuptools
python3 -m pip install --requirement requirements.txt
run: python3 -m pip install --requirement requirements.txt
- name: Run script
id: run