Skip to content

use NXparameters in NXfit_function #17

use NXparameters in NXfit_function

use NXparameters in NXfit_function #17

Workflow file for this run

name: Validate Definitions
on:
push:
branches:
- "*" # push commit to the main branch
pull_request:
branches:
- "*" # pull request to the main branch
defaults:
run:
shell: bash
jobs:
build-linux:
name: CI py${{ matrix.python-version }}
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: Install Requirements
run: |
python -m pip install --upgrade pip setuptools
python -m pip install -r requirements.txt
- name: validate
run: |
python -m dev_tools nxtest