Skip to content

Commit

Permalink
Runs pytests-develop for develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Jan 10, 2024
1 parent e6af7f0 commit 2a6533c
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,20 @@ jobs:
python -m pip install forthon mppl numpy h5py
python -m pip install flake8
python -m pip install pytest-isolate pytest-xdist
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: 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 2a6533c

Please sign in to comment.