mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +00:00
Update ci-ifcopenshell-conda-daily.yml
This commit is contained in:
committed by
GitHub
parent
b301eb6520
commit
25a5651e50
@@ -39,7 +39,7 @@ jobs:
|
|||||||
{ name: macOS, distver: macos-12, upload: 'false' }
|
{ name: macOS, distver: macos-12, upload: 'false' }
|
||||||
]
|
]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Download MacOSX SDK
|
- name: Download MacOSX SDK
|
||||||
@@ -58,8 +58,10 @@ jobs:
|
|||||||
- name: build, test and upload ifcopenshell
|
- name: build, test and upload ifcopenshell
|
||||||
if: ${{ matrix.platform.upload == 'true' }}
|
if: ${{ matrix.platform.upload == 'true' }}
|
||||||
run: |
|
run: |
|
||||||
conda-build . --python ${{ matrix.pyver.distver }} -c conda-forge --token ${{ secrets.ANACONDA_TOKEN }} --user ifcopenshell --no-remove-work-dir
|
conda-build . --python ${{ matrix.pyver.distver }} -c conda-forge --token ${{ secrets.ANACONDA_TOKEN }} --user ifcopenshell
|
||||||
|
working-directory: ./conda
|
||||||
- name: build & test ifcopenshell
|
- name: build & test ifcopenshell
|
||||||
if: ${{ matrix.platform.upload == 'false' }}
|
if: ${{ matrix.platform.upload == 'false' }}
|
||||||
run: |
|
run: |
|
||||||
conda-build . --python ${{ matrix.pyver.distver }} -c conda-forge --no-remove-work-dir
|
conda-build . --python ${{ matrix.pyver.distver }} -c conda-forge
|
||||||
|
working-directory: ./conda
|
||||||
|
|||||||
Reference in New Issue
Block a user