Skip to content

Commit abc44a5

Browse files
committed
merging 2 branches
1 parent 54725fa commit abc44a5

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,13 @@ jobs:
100100
101101
- name: Clone Services
102102
if: matrix.os == 'ubuntu-latest'
103-
run: git clone --depth 1 https://github.com/openml/services.git
103+
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
104110
105111
- name: Start Docker Services
106112
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)