We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f8d67 commit deff3dfCopy full SHA for deff3df
Dockerfile.ci
@@ -19,6 +19,7 @@ RUN apt-get update && apt-get install -y \
19
python3 \
20
python3-pip \
21
iverilog \
22
+ yosys \
23
&& apt-get clean
24
25
# Install uv
@@ -40,8 +41,8 @@ RUN echo "=== Running Code Linting ===" && \
40
41
42
# Step 2: Run tests
43
RUN echo "=== Running Python Script(s) Tests ===" && \
- uv run pytest -v tests/test_evals.py && \
44
- uv run pytest -v tests/test_models.py::test_api_connection_with_no_env_load
+ uv run pytest -v tests/test_evals.py \
45
+ tests/test_models.py::test_api_connection_with_no_env_load
46
47
# Step 3: Run tests for ground truth with corrresponding testbench
48
RUN echo "=== Running Verilog Tests ===" && \
0 commit comments