Skip to content

Commit 70c4e0a

Browse files
committed
install beam-client
1 parent 1b68994 commit 70c4e0a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/deploy-integration-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Integration Tests
33
on: [push]
44

55
jobs:
6-
lint_and_test:
6+
deploy-integration-tests:
77
runs-on: ubuntu-latest
88

99
steps:
@@ -32,7 +32,9 @@ jobs:
3232
- name: Configure Beam
3333
env:
3434
BEAM_TOKEN: ${{ secrets.BEAM_INTEGRATION_TEST_TOKEN }}
35-
run: beam config create default --token $BEAM_TOKEN --gateway-host gateway.stage.beam.cloud --gateway-port 443
35+
run: |
36+
pip install beam-client
37+
beam config create default --token $BEAM_TOKEN --gateway-host gateway.stage.beam.cloud --gateway-port 443
3638
3739
- name: Deploy
3840
run: cd tests && beam deploy app.py:run_tests -n integration-tests

0 commit comments

Comments
 (0)