Skip to content

Merge pull request #19 from nstelter-slac/bringover_all_scripts #56

Merge pull request #19 from nstelter-slac/bringover_all_scripts

Merge pull request #19 from nstelter-slac/bringover_all_scripts #56

Workflow file for this run

name: Run Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Install dependencies
run: |
pip install pytest
pip install numpy
pip install scipy
pip install statsmodels
# - name: Run tests
# run: |
# pytest tests/test_FitFunctions.py