Skip to content

Commit a5b079a

Browse files
committed
Added cocotb and cocotb-bus CI hack
1 parent 08d5408 commit a5b079a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,11 @@ jobs:
9191
pip install --upgrade pip
9292
pip install -e .[dev]
9393
94+
# Temporary CI work around (Remove once cocotb and cocotb-bus get a version bump)
95+
pip uninstall -y cocotb
96+
pip install git+https://github.com/cocotb/cocotb.git@770d72214362cb366097267873839f50c69e417e
97+
98+
pip uninstall -y cocotb-bus
99+
pip install git+https://github.com/cocotb/cocotb-bus.git@c53c6024391fa02263969b02a0e0de5a22974cfc
100+
94101
pytest -n logical -m "eda" --verbose

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ dev = [
3333
"pytest == 8.4.2",
3434
"pytest-xdist==3.8.0",
3535
"pytest-timeout == 2.4.0",
36-
"cocotb @ git+https://github.com/cocotb/cocotb.git@770d72214362cb366097267873839f50c69e417e",
37-
"cocotb-bus @ git+https://github.com/cocotb/cocotb-bus.git@c53c6024391fa02263969b02a0e0de5a22974cfc"
36+
"cocotb == 1.9.2",
37+
"cocotb-bus == 0.2.1"
3838
]
3939

4040
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)