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 f686942 commit 57043c6Copy full SHA for 57043c6
.github/workflows/main.yaml
@@ -70,7 +70,7 @@ jobs:
70
pdm run python -m ensurepip
71
pdm run python -m pip install -e ../chipflow-lib
72
- name: Run tests
73
- working-directory: ./chipflow-examples
+ working-directory: ./chipflow-examples/minimal
74
run: |
75
pdm test
76
pdm run chipflow pin lock
@@ -106,7 +106,7 @@ jobs:
106
107
108
109
110
111
112
0 commit comments