File tree Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change @@ -99,30 +99,10 @@ jobs:
99
99
runs-on : ubuntu-latest
100
100
steps :
101
101
- 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 :
103
104
test_data_branch : ${{ github.head_ref || github.ref_name }}
104
105
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
126
106
127
107
test-php-sdk :
128
108
uses : Eppo-exp/php-sdk/.github/workflows/run-tests.yml@tp/workflows/remote
You can’t perform that action at this time.
0 commit comments