Skip to content

compile DomainLab from github CI instead of running API examples directly from pypi website #739

@smilesun

Description

@smilesun

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingpaper_jmlr_josspriorityFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions