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 7084e6e commit 764408fCopy full SHA for 764408f
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
python-version: 3.x
21
22
- - run: docker compose --profile "python" --profile "php" up -d --wait php-api
+ - run: docker compose --profile "python" --profile "php" up -d --wait php-api python-api
23
- run: docker container ls && docker image ls
24
- run: docker exec openml-python-rest-api /bin/bash -c "curl http://openml-php-rest-api:80/api/v1/json/data/1"
25
- run: docker exec openml-python-rest-api python -m pytest -xv -m "php"
0 commit comments