Skip to content

Commit

Permalink
reinsert mcstas integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Fortmann-Grote committed Nov 8, 2024
1 parent 631a41d commit a906f09
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,14 @@ jobs:
- name: Unit testing
run: |
pytest .
# - name: Test McStasScript
# run: |
# git clone https://github.com/PaNOSC-ViNYL/McStasScript.git
# cd McStasScript
# pip install -e .
# cd mcstasscript/tests

# pytest .
# cd
- name: Test McStasScript
run: |
git clone https://github.com/PaNOSC-ViNYL/McStasScript.git
cd McStasScript
pip install -e .
cd mcstasscript/tests
pytest .
cd
- name: Test SimEx-Lite
run: |
# Install pysingfel backend from the simex branch
Expand Down

0 comments on commit a906f09

Please sign in to comment.