Skip to content

Commit 13b6624

Browse files
committed
Improve github workflow
1 parent e23b53c commit 13b6624

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/python-ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on:
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
13+
14+
env:
15+
PATH: "/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/google-cloud-sdk/bin"
16+
GCLOUD_PATH: "/opt/google-cloud-sdk/bin"
17+
DATASTORE_EMULATOR_HOST: "localhost:8081"
1318

1419
steps:
1520
- name: Checkout code

0 commit comments

Comments
 (0)