Skip to content

Merge branch 'gh586' #721

Merge branch 'gh586'

Merge branch 'gh586' #721

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
steps:
### - name: Configure system
### run: |
### sudo apt-get update
### sudo apt install mesa-common-dev libglu1-mesa-dev libgl1-mesa-glx
- 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