Skip to content

Commit

Permalink
See if I can find the file... again
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed May 14, 2024
1 parent 83ae135 commit ddab962
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wintests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Run Unit Tests on Windows
run: |
pip install -e .[memprof,mpi,test]
pytest armi/physics/fuelPerformance/tests/test_executers.py
pytest armi/physics/fuelPerformance/
- name: Find Test Crumbs
run: python .github/workflows/find_test_crumbs.py
2 changes: 1 addition & 1 deletion .github/workflows/wintests2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Run Unit Tests on Windows
run: |
pip install -e .[memprof,mpi,test]
pytest armi/physics/fuelPerformance/tests/test_fuelPerformancePlugin.py
pytest armi/physics/fuelCycle
- name: Find Test Crumbs
run: python .github/workflows/find_test_crumbs.py
2 changes: 1 addition & 1 deletion .github/workflows/wintests3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Run Unit Tests on Windows
run: |
pip install -e .[memprof,mpi,test]
pytest armi/physics/fuelPerformance/tests/test_fuelPerformanceUtils.py
pytest armi/physics/neutronics
- name: Find Test Crumbs
run: python .github/workflows/find_test_crumbs.py

0 comments on commit ddab962

Please sign in to comment.