Skip to content

Commit

Permalink
Run McStasScript unittests in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mads Bertelsen committed Dec 14, 2023
1 parent 4afbe8d commit 51b24f1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ jobs:
pytest .
- name: Test McStasScript
run: |
python3 -m pip install McStasScript
git clone https://github.com/PaNOSC-ViNYL/McStasScript.git
cd mcstasscript
pip install -e .
cd mcstasscript/tests
pytest .
cd
- name: Test SimEx-Lite
run: |
git clone --recursive https://github.com/PaNOSC-ViNYL/SimEx-Lite.git
Expand Down

0 comments on commit 51b24f1

Please sign in to comment.