From 0b8324af3e84fcb026e0096dc4b50f844e60c891 Mon Sep 17 00:00:00 2001 From: Noah Moroze Date: Tue, 28 Mar 2023 12:18:41 -0400 Subject: [PATCH] More cleanup --- .github/workflows/bin/install_surelog_linux.sh | 2 -- .github/workflows/wheels.yml | 2 +- tests/core/test_create_cmdline.py | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/bin/install_surelog_linux.sh b/.github/workflows/bin/install_surelog_linux.sh index 9d0973d32..d4a2e1712 100755 --- a/.github/workflows/bin/install_surelog_linux.sh +++ b/.github/workflows/bin/install_surelog_linux.sh @@ -1,5 +1,3 @@ -ls /github/workspace/siliconcompiler/tools/surelog - # Get directory of setup scripts src_path=$(cd -- "$(dirname "$0")/../../../" >/dev/null 2>&1 ; pwd -P) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 8cd7232d0..ed265ab87 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -140,7 +140,7 @@ jobs: if command -v klayout; then pytest --import-mode=append {package}/tests/flows/test_show.py -k "not openroad"; fi # "if: always()" ensures that we always upload any wheels that have - # been created, even if a test fails + # been created, even if cibuildwheel action fails - name: Upload wheels if: always() uses: actions/upload-artifact@v3 diff --git a/tests/core/test_create_cmdline.py b/tests/core/test_create_cmdline.py index 4fde22159..ed8f519c8 100644 --- a/tests/core/test_create_cmdline.py +++ b/tests/core/test_create_cmdline.py @@ -1,4 +1,3 @@ -import logging import re import pytest