Skip to content

fix ball_node_joint and add Joint.from_element_list constructor. #1369

fix ball_node_joint and add Joint.from_element_list constructor.

fix ball_node_joint and add Joint.from_element_list constructor. #1369

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.9', '3.10', '3.11', '3.12']
steps:
- uses: compas-dev/compas-actions.build@v4
with:
invoke_lint: true
check_import: true
use_conda: false
python: ${{ matrix.python }}