Skip to content

Commit 69f4f2b

Browse files
authored
Add working-directory to install dependencies step
1 parent 788e115 commit 69f4f2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-dts-sdk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
echo "ENDPOINT=http://localhost:8080" >> $GITHUB_ENV
4949
5050
- name: Install dependencies
51+
working-directory: examples/dts
5152
run: |
5253
python -m pip install --upgrade pip
5354
pip install -r requirements.txt

0 commit comments

Comments
 (0)