Skip to content

Fix/fault_orientations (#180) #61

Fix/fault_orientations (#180)

Fix/fault_orientations (#180) #61

Workflow file for this run

name: Build conda packages
on:
workflow_dispatch:
jobs:
build_wheels:
name: Build wheels on
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ${{ fromJSON(vars.BUILD_OS)}}
<<<<<<< HEAD

Check failure on line 14 in .github/workflows/conda.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/conda.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
<<<<<<< HEAD
python-version: ${{ fromJSON(vars.PYTHON_VERSIONS) }}
=======
python-version: ${{ fromJSON(vars.PYTHON_VERSIONS)}}
>>>>>>> 7978841 (feat: v3.2 (#153))
=======
python-version: ${{ fromJSON(vars.PYTHON_VERSIONS) }}
>>>>>>> b33532b (fix: include dependencies in site-packages - issue #169 (#170))
steps:
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
- uses: actions/checkout@v4
- name: update submodules
run: |
git submodule update --init --recursive
- name: Conda build
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
shell: bash -l {0}
run: |
<<<<<<< HEAD
<<<<<<< HEAD
conda config --env --add channels conda-forge
conda config --env --add channels loop3d
conda config --env --set channel_priority strict
conda install -c conda-forge conda-build scikit-build-core numpy anaconda-client conda-libmamba-solver -y
conda config --set solver libmamba
conda build --output-folder conda conda --python ${{matrix.python-version}}
anaconda upload --label main conda/*/*.tar.bz2
=======
=======
conda config --env --add channels conda-forge
conda config --env --add channels loop3d
conda config --env --set channel_priority strict
>>>>>>> b33532b (fix: include dependencies in site-packages - issue #169 (#170))
conda install -c conda-forge conda-build scikit-build-core numpy anaconda-client conda-libmamba-solver -y
conda config --set solver libmamba
conda build --output-folder conda conda --python ${{matrix.python-version}}
anaconda upload --label main conda/*/*.tar.bz2
<<<<<<< HEAD
>>>>>>> 7978841 (feat: v3.2 (#153))
=======
>>>>>>> b33532b (fix: include dependencies in site-packages - issue #169 (#170))
- name: upload artifacts
uses: actions/upload-artifact@v4
with:
name: conda-build-${{matrix.os}}-${{ matrix.python-version }}
path: conda