Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
pdm run python -m ensurepip
pdm run python -m pip install -e ../chipflow-lib
- name: Run tests
working-directory: ./chipflow-examples
working-directory: ./chipflow-examples/minimal
run: |
pdm test
pdm run chipflow pin lock
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
pdm run python -m ensurepip
pdm run python -m pip install -e ../chipflow-lib
- name: Run tests
working-directory: ./chipflow-examples
working-directory: ./chipflow-examples/minimal
run: |
pdm test
pdm run chipflow pin lock
Expand Down
Loading