From 282262c0fc9f3ca54cb741fc0f6c4b4e4e363e4e Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Thu, 13 Apr 2023 18:48:13 -0400 Subject: [PATCH] update windows CI builds again --- .github/workflows/build_examples.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/build_examples.yml b/.github/workflows/build_examples.yml index 30cfd56..3c45db0 100644 --- a/.github/workflows/build_examples.yml +++ b/.github/workflows/build_examples.yml @@ -77,17 +77,7 @@ jobs: chmod 600 $env:USERPROFILE\.ssh\id_rsa - name: Install Manta from Source - run: | - 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 . + run: python3 -m pip install . - name: Build io_core run: make nexys_a7_io_core