Skip to content

Update for changed name of partitioned array type #789

Update for changed name of partitioned array type

Update for changed name of partitioned array type #789

Workflow file for this run

name: Linux Conda package
on:
push:
branches-ignore:
- "ghxyz"
paths:
- "conanfile.py"
- ".github/workflows/linux-conda.yml"
- "source/**"
- "!source/qa/python/qa/**"
- "environment/cmake/**"
- "environment/conda/build.sh"
- "environment/conda/conda_build_config.yaml"
- "environment/conda/meta.yaml"
- "environment/conda/run_test.py"
- "environment/script/write_conan_profile.py"
jobs:
build:
strategy:
matrix:
os: ["ubuntu-22.04"]
python-version: ["3.9"]
fail-fast: true
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} / python - ${{ matrix.python-version }} / conda
timeout-minutes: 120
steps:
- name: Checkout LUE
uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
channels: conda-forge
- name: Build
shell: bash -l {0}
run: |
conda install boa
conda mambabuild environment/conda --override-channels --channel conda-forge