Skip to content

Commit

Permalink
Speedup CI (#309)
Browse files Browse the repository at this point in the history
* speedup ci

* use req file

* remove cflag as only lxml is affected, but its never build as pip uses available wheels
  • Loading branch information
tooomm authored Mar 8, 2025
1 parent 6d0ca40 commit cae671b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cae671b

Please sign in to comment.