mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-08-14 21:34:54 -05:00
Speedup CI (#309)
Some checks failed
Deploy / Check for new spoiler (push) Has been cancelled
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:
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user