diff --git a/.github/workflows/ci-daily-build.yml b/.github/workflows/ci-daily-build.yml index 4512a1f952..796ef9a0ca 100644 --- a/.github/workflows/ci-daily-build.yml +++ b/.github/workflows/ci-daily-build.yml @@ -10,7 +10,7 @@ on: - pr-daily-builds jobs: test: - name: ${{ matrix.platform.name }}-${{ matrix.pyver.name }}-${{ matrix.xcode.name }} + name: ${{ matrix.platform.name }}-${{ matrix.pyver.name }} runs-on: ${{ matrix.platform.distver }} defaults: run: diff --git a/conda/meta.yaml b/conda/meta.yaml index 6c72c1a8d1..e4705b50dd 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -44,7 +44,12 @@ requirements: test: imports: - ifcopenshell - + source_files: + - test + - src/ifcopenshell-python + commands: + - cd test && python tests.py + - cd src/ifcopenshell-python && mv ifcopenshell ifcopenshell-local && make test about: home: http://ifcopenshell.org license: LGPL-3.0-or-later