mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
Fix conda env
This commit is contained in:
committed by
GitHub
parent
b4b6404b65
commit
8624be6bcf
@@ -53,11 +53,13 @@ jobs:
|
|||||||
sudo mv -v MacOSX10.13.sdk /opt/ && \
|
sudo mv -v MacOSX10.13.sdk /opt/ && \
|
||||||
ls /opt/
|
ls /opt/
|
||||||
- uses: seanmiddleditch/gha-setup-ninja@master
|
- uses: seanmiddleditch/gha-setup-ninja@master
|
||||||
- uses: conda-incubator/setup-miniconda@v2 # https://github.com/conda-incubator/setup-miniconda
|
- uses: mamba-org/provision-with-micromamba@main # https://github.com/mamba-org/provision-with-micromamba
|
||||||
with:
|
with:
|
||||||
activate-environment: conda-build
|
channels: conda-forge
|
||||||
python-version: ${{ matrix.pyver.distver }}
|
channel-priority: strict
|
||||||
environment-file: conda/environment.yml
|
environment-file: conda/environment.yml
|
||||||
|
extra-specs: |
|
||||||
|
python=${{ matrix.pyver.distver }}
|
||||||
- name: build, test and upload ifcopenshell
|
- name: build, test and upload ifcopenshell
|
||||||
if: ${{ matrix.platform.upload == 'true' }}
|
if: ${{ matrix.platform.upload == 'true' }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user