Skip to content

needs conda for the docs #135

needs conda for the docs

needs conda for the docs #135

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Build:
if: "!contains(github.event.pull_request.labels.*.name, 'docs-only')"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
python: ["3.10"]
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/[email protected]
with:
miniconda-version: "latest"
channels: conda-forge
python-version: ${{ matrix.python-version }}
- uses: compas-dev/compas-actions.build@v4
with:
invoke_lint: true
invoke_test: true
use_conda: true
python: ${{ matrix.python }}