Skip to content

feature/view-setting-config #574

feature/view-setting-config

feature/view-setting-config #574

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, windows-latest, ubuntu-latest]
python: ['3.8', '3.9', '3.10']
steps:
- uses: compas-dev/compas-actions.build@v2
with:
test_lint: true
test_compas: true
use_conda: true
python: ${{ matrix.python }}