Skip to content

Commit 5380b6a

Browse files
committed
test
Signed-off-by: Kevin Su <[email protected]>
1 parent 82a3587 commit 5380b6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks_new.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Look to see if there is a cache hit for the corresponding requirements files
5959
key: ${{ format('{0}-pip-{1}', runner.os, hashFiles('dev-requirements.in', 'requirements.in')) }}
6060
- name: Install dependencies
61-
working-directory: ${{ matrix.example }}
61+
working-directory: examples/${{ matrix.example }}
6262
run: |
6363
pip install uv
6464
uv venv
@@ -72,7 +72,7 @@ jobs:
7272
username: ${{ secrets.FLYTE_BOT_USERNAME }}
7373
password: ${{ secrets.FLYTE_BOT_PAT }}
7474
- name: Pyflyte package
75-
working-directory: ${{ matrix.example }}
75+
working-directory: examples/${{ matrix.example }}
7676
run: |
7777
pip freeze
7878
source .venv/bin/activate

0 commit comments

Comments
 (0)