We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54725fa commit abc44a5Copy full SHA for abc44a5
1 file changed
.github/workflows/test.yml
@@ -100,7 +100,13 @@ jobs:
100
101
- name: Clone Services
102
if: matrix.os == 'ubuntu-latest'
103
- run: git clone --depth 1 https://github.com/openml/services.git
+ run: |
104
+ git clone --depth 1 https://github.com/openml/services.git
105
+ git fetch origin setup-test-locally:setup-test-locally
106
+ git fetch origin add/python-rest-api:add/python-rest-api
107
+
108
+ git merge setup-test-locally
109
+ git merge add/python-rest-api
110
111
- name: Start Docker Services
112
0 commit comments