mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
ci: force distutils for building python
This commit is contained in:
parent
62cb8695d2
commit
c7dc5fb77a
3
.github/workflows/pyTest.yml
vendored
3
.github/workflows/pyTest.yml
vendored
@ -21,7 +21,8 @@ jobs:
|
||||
if [ -f python/requirements.dev.txt ]; then pip install -r python/requirements.dev.txt; fi
|
||||
- name: Build and install package
|
||||
run: |
|
||||
pip -v install -e python
|
||||
pip install setuptools wheel
|
||||
pip -v install --no-use-pep517 -e python
|
||||
- name: Test
|
||||
run: |
|
||||
pytest python/
|
||||
|
Loading…
Reference in New Issue
Block a user