update github actions with upgraded setuptools
This commit is contained in:
parent
eb26587fc5
commit
e4f59b6230
|
|
@ -19,8 +19,7 @@ jobs:
|
|||
|
||||
- name: Install Manta from Source
|
||||
run: |
|
||||
pip3 install build
|
||||
python -m build
|
||||
pip install setuptools --upgrade
|
||||
python3 -m pip install .
|
||||
|
||||
- name: Generate Core
|
||||
|
|
|
|||
Loading…
Reference in New Issue