Skip to content

update jupyter-notebook for the construction of the teeth-flanks of a… #86

update jupyter-notebook for the construction of the teeth-flanks of a…

update jupyter-notebook for the construction of the teeth-flanks of a… #86

Workflow file for this run

name: Pylint
on: [push]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [macOs-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.39.0
cache: false
- run: pixi run lint
- run: pixi run test