mirror of
https://github.com/openziti/zrok.git
synced 2025-06-25 20:22:45 +02:00
install build reqs before building editable
This commit is contained in:
parent
7e2e1144f3
commit
cc8252c34e
3
.github/workflows/ci-build.yml
vendored
3
.github/workflows/ci-build.yml
vendored
@ -114,9 +114,10 @@ jobs:
|
|||||||
set -o xtrace
|
set -o xtrace
|
||||||
|
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -e "$PWD"
|
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install -r test-requirements.txt
|
pip install -r test-requirements.txt
|
||||||
|
pip install -r build-requirements.txt
|
||||||
|
pip install -e "$PWD"
|
||||||
|
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
build
|
build
|
||||||
wheel
|
wheel
|
||||||
|
versioneer
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools"]
|
requires = ["setuptools", "wheel", "versioneer[toml]"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user