File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ name : CI
2+
3+ on :
4+ push :
5+ branches :
6+ - " **"
7+ pull_request :
8+
9+ jobs :
10+ test :
11+ runs-on : ubuntu-latest
12+ steps :
13+ - name : Checkout
14+ uses : actions/checkout@v4
15+
16+ - name : Setup Pixi
17+ uses : prefix-dev/setup-pixi@v0.8.2
18+ with :
19+ cache : true
20+
21+ - name : Install environment
22+ run : pixi install
23+
24+ - name : Run tests
25+ run : pixi run pytest
Original file line number Diff line number Diff line change 11# ![ Image] ( https://www.knime.com/sites/default/files/knime_logo_github_40x40_4layers.png ) KNIME® - KNIME PYTHON EXTENSION TEMPLATE
22
3+ [ ![ CI] ( https://github.com/marc-lehner/knime_rdkit_python_demo/actions/workflows/ci.yml/badge.svg )] ( https://github.com/marc-lehner/knime_rdkit_python_demo/actions/workflows/ci.yml )
4+
35This repository is maintained by the [ KNIME Team Rakete] ( mailto:team-rakete@knime.com ) .
46
57It provides a template for creating KNIME Python extensions.
You can’t perform that action at this time.
0 commit comments