summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authortmartins <thigm85@gmail.com>2020-06-04 13:40:02 +0200
committertmartins <thigm85@gmail.com>2020-06-04 13:40:02 +0200
commit42b2eddda4117267ffb2d4672b3388f06107e798 (patch)
tree26b6a1be83ee2d6dc9fd27b2550cfd8f224a9f09 /.github
parented9aaddf0a70ea749076e0d731233b8456997e1c (diff)
modify working dir
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/python.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 17398b6e6af..96e1907821b 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -3,6 +3,9 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
+ defaults:
+ run:
+ working-directory: python/vespa
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1