From 623d2b5be17f7799117b1670f84121622a8a31bd Mon Sep 17 00:00:00 2001 From: krande Date: Thu, 23 Nov 2023 15:06:56 +0100 Subject: [PATCH] add matrix variant to workflow name and do not use conda env yml file --- .github/workflows/ci-ifcopenshell-conda-daily.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-ifcopenshell-conda-daily.yml b/.github/workflows/ci-ifcopenshell-conda-daily.yml index 68b78253bc..fb4309e060 100644 --- a/.github/workflows/ci-ifcopenshell-conda-daily.yml +++ b/.github/workflows/ci-ifcopenshell-conda-daily.yml @@ -24,7 +24,7 @@ jobs: run: echo ok go test: - name: ${{ matrix.platform.distver }}-${{ matrix.pyver.name }} + name: ${{ matrix.platform.distver }}-${{ matrix.pyver.name }}-${{ matrix.variant }} needs: activate runs-on: ${{ matrix.platform.distver }} defaults: @@ -57,11 +57,11 @@ jobs: - uses: mamba-org/setup-micromamba@v1 # https://github.com/mamba-org/setup-micromamba with: cache-environment: true - environment-file: conda/environment.yml condarc: | channel_priority: strict create-args: >- - python=${{ matrix.pyver.distver }} + python=3.11 + boa - name: build, test and upload ifcopenshell if: ${{ matrix.platform.upload == 'true' }}