mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 23:36:20 +00:00
add matrix variant to workflow name and do not use conda env yml file
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
|||||||
run: echo ok go
|
run: echo ok go
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: ${{ matrix.platform.distver }}-${{ matrix.pyver.name }}
|
name: ${{ matrix.platform.distver }}-${{ matrix.pyver.name }}-${{ matrix.variant }}
|
||||||
needs: activate
|
needs: activate
|
||||||
runs-on: ${{ matrix.platform.distver }}
|
runs-on: ${{ matrix.platform.distver }}
|
||||||
defaults:
|
defaults:
|
||||||
@@ -57,11 +57,11 @@ jobs:
|
|||||||
- uses: mamba-org/setup-micromamba@v1 # https://github.com/mamba-org/setup-micromamba
|
- uses: mamba-org/setup-micromamba@v1 # https://github.com/mamba-org/setup-micromamba
|
||||||
with:
|
with:
|
||||||
cache-environment: true
|
cache-environment: true
|
||||||
environment-file: conda/environment.yml
|
|
||||||
condarc: |
|
condarc: |
|
||||||
channel_priority: strict
|
channel_priority: strict
|
||||||
create-args: >-
|
create-args: >-
|
||||||
python=${{ matrix.pyver.distver }}
|
python=3.11
|
||||||
|
boa
|
||||||
|
|
||||||
- name: build, test and upload ifcopenshell
|
- name: build, test and upload ifcopenshell
|
||||||
if: ${{ matrix.platform.upload == 'true' }}
|
if: ${{ matrix.platform.upload == 'true' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user