Skip to content

Commit 877b94e

Browse files
committed
added minimal to working directory
1 parent 0ff6538 commit 877b94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
cache: true
101101
cache-dependency-path: "./**/pyproject.toml"
102102
- name: Install dependencies
103-
working-directory: ./chipflow-examples/minimal
103+
working-directory: ./chipflow-examples
104104
run: |
105105
pdm install
106106
pdm run python -m ensurepip

0 commit comments

Comments
 (0)