Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoroze committed Mar 28, 2023
1 parent 847ca4c commit 0b8324a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/bin/install_surelog_linux.sh
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion tests/core/test_create_cmdline.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import logging
import re
import pytest

Expand Down

0 comments on commit 0b8324a

Please sign in to comment.