Skip to content

Commit ddf8379

Browse files
authored
Merge pull request #115 from siliconcompiler/tmp-ci
install main of SC for CI
2 parents 416293c + 983ec3c commit ddf8379

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)