If we have code changes, then the pypi version is always older than the gitub master branch, so having the line in the CI
- name: test if api works before setup install since setup install miss data
run: pip install domainlab && cd examples/api/ && python jigen_dann_transformer.py
from https://github.com/marrlab/DomainLab/blob/master/.github/workflows/ci.yml, will not work.
A better solution is to compile domainlab in github virtual machine and test teh API example, but the following commit does not work
afc9697
If we have code changes, then the pypi version is always older than the gitub master branch, so having the line in the CI
from https://github.com/marrlab/DomainLab/blob/master/.github/workflows/ci.yml, will not work.
A better solution is to compile domainlab in github virtual machine and test teh API example, but the following commit does not work
afc9697