Skip to content

Commit 89c5173

Browse files
committed
wip
1 parent 25d2250 commit 89c5173

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/main.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@ jobs:
6868
name: ${{ matrix.dry && 'Test Submit - Dry run' || 'Test submit' }}
6969

7070
steps:
71-
- name: Check out source code
72-
uses: actions/checkout@v4
73-
with:
74-
fetch-depth: 0
75-
path: chipflow-lib
76-
7771
- name: Check out chipflow-examples
7872
uses: actions/checkout@v4
7973
with:
@@ -111,8 +105,6 @@ jobs:
111105
working-directory: ./chipflow-examples
112106
run: |
113107
pdm install
114-
pdm run python -m ensurepip
115-
pdm run python -m pip install -e ../chipflow-lib
116108
117109
- name: Run tests
118110
working-directory: ./chipflow-examples

0 commit comments

Comments
 (0)