patch system python3-setuputils, instead of the one managed by pip
This commit is contained in:
parent
29784009c2
commit
0d05c759bd
|
|
@ -16,8 +16,7 @@ jobs:
|
||||||
- name: Install Manta from Source
|
- name: Install Manta from Source
|
||||||
run: |
|
run: |
|
||||||
pip install setuptools --upgrade
|
pip install setuptools --upgrade
|
||||||
sudo apt install -y tree
|
export DEB_PYTHON_INSTALL_LAYOUT=deb_system
|
||||||
tree
|
|
||||||
python3 -m pip install .
|
python3 -m pip install .
|
||||||
|
|
||||||
- name: Generate Core
|
- name: Generate Core
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue