Skip to content

Commit 983ec3c

Browse files
committed
install main of SC for CI
1 parent 416293c commit 983ec3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
pip install --upgrade pip
4141
pip install .[dev]
4242
43+
# Temporary
44+
pip uninstall -y siliconcompiler
45+
pip install siliconcompiler@git+https://github.com/siliconcompiler/siliconcompiler@main
46+
4347
# change running directory
4448
mkdir testrun
4549
cd testrun

0 commit comments

Comments
 (0)