Skip to content

Commit 19764cd

Browse files
committed
Download remote api files for integration testing
1 parent a2f8d20 commit 19764cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
- name: Install
3131
run: |
3232
python -m pip install --no-cache-dir -r requirements-dev.txt
33+
# Get V-REP remote API for integration testing
34+
curl --output $(python -c "import os;import compas_fab.backends.vrep.remote_api as v; print(os.path.dirname(v.__file__))")/remoteApi.so https://wolke.ethz.ch/s/idbWPRKzJ8pFkAn/download/remoteApi.so
3335
- name: Run integration tests
3436
run: |
3537
pytest --doctest-modules --ignore-glob="**ghpython/components/**.py"

0 commit comments

Comments
 (0)