Skip to content

really fix deployment #3

really fix deployment

really fix deployment #3

Workflow file for this run

name: deploy
on:
push:
tags:
- '0.*'
jobs:
package:
runs-on: ubuntu-latest
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: install xvfb/deps
run: |
sudo apt-get update
sudo apt-get install -yy mesa-utils libgl1-mesa-dev xvfb curl
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
auto-activate-base: true
activate-environment: bld-env
environment-file: .github/workflows/etc/bld-environment.yml
condarc-file: .github/workflows/etc/conda-rc-deploy.yml
miniforge-variant: Miniforge3
use-mamba: true
- name: linux conda build
shell: bash -l {0}
run: xvfb-run --server-args="-screen 0 1024x768x24" conda mambabuild -c conda-forge conda-recipe