Skip to content

Cura 11622 conan v2 #1323

Cura 11622 conan v2

Cura 11622 conan v2 #1323

Workflow file for this run

name: CI/CD
on: [push, pull_request]
jobs:
build:
name: Validate
runs-on: ubuntu-latest
container: python:3.7-slim
steps:
- name: Checkout master
uses: actions/checkout@v4
- name: Install lxml
run: python -m pip install lxml==4.6.5
- name:
run: python scripts/check_material_profiles.py