Skip to content

Commit ae56e90

Browse files
committed
syntax
1 parent ae7a3f8 commit ae56e90

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

.github/workflows/test-sdks.yml

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -99,30 +99,10 @@ jobs:
9999
runs-on: ubuntu-latest
100100
steps:
101101
- name: "Run test action"
102-
uses: Eppo-exp/python-sdk/.github/actions/action-test@tp/workflows/remote
102+
uses: 'Eppo-exp/python-sdk/.github/actions/action-test@tp/workflows/remote'
103+
with:
103104
test_data_branch: ${{ github.head_ref || github.ref_name }}
104105
sdk_branch: main
105-
106-
runs-on: ubuntu-latest
107-
steps:
108-
- name: 'Check out Python SDK'
109-
uses: "actions/checkout@v3"
110-
with:
111-
repository: 'Eppo-exp/python-sdk'
112-
- name: Install Python 3.9
113-
uses: "actions/setup-python@v2"
114-
with:
115-
python-version: '3.9.x'
116-
- name: "Install dependencies"
117-
run: |
118-
python -VV
119-
python -m pip install --upgrade pip setuptools wheel
120-
python -m pip install -r requirements.txt
121-
python -m pip install -r requirements-test.txt
122-
- name: 'Set up GCP SDK to download test data'
123-
uses: 'google-github-actions/setup-gcloud@v0'
124-
- name: Run tests
125-
run: make test
126106

127107
test-php-sdk:
128108
uses: Eppo-exp/php-sdk/.github/workflows/run-tests.yml@tp/workflows/remote

0 commit comments

Comments
 (0)