Skip to content

[migrate-to-gha] Properly pass the label for conda upload steps #275

[migrate-to-gha] Properly pass the label for conda upload steps

[migrate-to-gha] Properly pass the label for conda upload steps #275

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
tags:
- 'v*'
env:
OMP_NUM_THREADS: '10'
MKL_THREADING_LAYER: GNU
jobs:
linux-arm64-nightly:
runs-on: 2-core-ubuntu-arm
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- uses: ./.github/actions/build_conda
with:
label: nightly
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}