mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
drop "all" variant for now. Will include if people request it.
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
activate:
|
activate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: |
|
if: |
|
||||||
github.repository == 'Krande/IfcOpenShell'
|
github.repository == 'IfcOpenShell/IfcOpenShell'
|
||||||
steps:
|
steps:
|
||||||
- name: Set env
|
- name: Set env
|
||||||
run: echo ok go
|
run: echo ok go
|
||||||
@@ -42,7 +42,10 @@ jobs:
|
|||||||
{ name: Linux, distver: ubuntu-22.04, upload: 'true' },
|
{ name: Linux, distver: ubuntu-22.04, upload: 'true' },
|
||||||
{ name: macOS, distver: macos-12, upload: 'true' }
|
{ name: macOS, distver: macos-12, upload: 'true' }
|
||||||
]
|
]
|
||||||
variant: ['novtk', 'all']
|
variant: [
|
||||||
|
'novtk',
|
||||||
|
# 'all'
|
||||||
|
]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
@@ -69,5 +72,5 @@ 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 --variants "{variant: ${{ matrix.variant }}}"
|
conda-build . --python ${{ matrix.pyver.distver }} -c conda-forge --variants "{variant: ${{ matrix.variant }}}" --token ${{ secrets.ANACONDA_TOKEN }} --user ifcopenshell
|
||||||
working-directory: ./conda
|
working-directory: ./conda
|
||||||
|
|||||||
Reference in New Issue
Block a user