update windows CI builds again
This commit is contained in:
parent
2d647dce20
commit
282262c0fc
|
|
@ -77,17 +77,7 @@ jobs:
|
||||||
chmod 600 $env:USERPROFILE\.ssh\id_rsa
|
chmod 600 $env:USERPROFILE\.ssh\id_rsa
|
||||||
|
|
||||||
- name: Install Manta from Source
|
- name: Install Manta from Source
|
||||||
run: |
|
run: python3 -m pip install .
|
||||||
pip install setuptools --upgrade
|
|
||||||
|
|
||||||
# omitting the following commmand causes the version of setuptools
|
|
||||||
# used by python to get confused, and it doesn't detect the name
|
|
||||||
# or version of the package from pyproject.toml - so the following
|
|
||||||
# workaround is used:
|
|
||||||
# https://github.com/pypa/setuptools/issues/3269#issuecomment-1254507377
|
|
||||||
export DEB_PYTHON_INSTALL_LAYOUT=deb_system
|
|
||||||
|
|
||||||
python3 -m pip install .
|
|
||||||
|
|
||||||
- name: Build io_core
|
- name: Build io_core
|
||||||
run: make nexys_a7_io_core
|
run: make nexys_a7_io_core
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue