Skip to content

pause conda tests

pause conda tests #7

Workflow file for this run

name: CI

Check failure on line 1 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

(Line: 28, Col: 22): Unrecognized named-value: 'runner'. Located at position 1 within expression: runner.name
on:
push:
branches:
- main
- '[0-9]+.[0-9]+.x'
tags:
- v[0-9]+.[0-9]+.[0-9]+
pull_request:
branches:
- main
- '[0-9]+.[0-9]+.x'
concurrency:
group: ${{ github.workflow}}-${{ github.ref }}
cancel-in-progress: true
jobs:
Builds:
uses: ./.github/workflows/packages.yml
TestsPyPI:
needs: Builds
uses: ./.github/workflows/tests-pypi.yml
with:
install-flags: --no-index --find-links ./wheelhouse/
download-name: wheels-${{ runner.name }}
# TestsSDist:
# TestsConda:
# Docs:
# Lint?:
# Release?: