Skip to content

Commit

Permalink
Revert "Updates tests to use committed develop branch"
Browse files Browse the repository at this point in the history
This reverts commit dfc748c.
  • Loading branch information
holm10 committed Jan 10, 2024
1 parent dfc748c commit bd977c6
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,21 @@ jobs:
python -m pip install forthon mppl numpy h5py
python -m pip install flake8
python -m pip install pytest-isolate pytest-xdist
- name: Checkout develop branch
uses: actions/checkout@v4
with:
ref: develop
repository: LLNL/UEDGE
- name: Build UEDGE
run: |
python setup.py build
python setup.py install
- name: Return to pytests branch
uses: actions/checkout@v4
with:
ref: pytests
repository: LLNL/UEDGE
python -m pip install uedge
# - name: Checkout develop branch
# uses: actions/checkout@v4
# with:
# ref: develop
# repository: LLNL/UEDGE
# - name: Build UEDGE
# run: |
# python setup.py build
# python setup.py install
# - name: Return to pytests branch
# uses: actions/checkout@v4
# with:
# ref: pytests
# repository: LLNL/UEDGE
- name: Test with pytest
run: |
# Create a clean UEDGE instance for every test
Expand Down

0 comments on commit bd977c6

Please sign in to comment.