Skip to content

Commit

Permalink
migrated nrpytutorial to nrpy/nrpy for unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethsible committed May 15, 2024
1 parent d517e20 commit 857f73f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: python -m pip install -U git+https://github.com/sympy/sympy/
- name: perform unit testing
run: python -m unittest
test_nrpytutorial-ubuntu:
test_nrpy_bssn-ubuntu:
runs-on: ubuntu-latest
steps:
- run: echo "checking out branch ${{ github.ref }} on ${{ github.repository }}."
Expand All @@ -83,11 +83,11 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.8.x
- name: install sympy (latest stable version)
run: python -m pip install ipython sympy
- name: clone nrpytutorial repository
- name: clone NRPy repository
run: git clone https://github.com/nrpy/nrpy.git
- name: install dependencies
run: cd nrpy && pip install -r requirements-dev.txt
- name: install nrpylatex from GitHub
run: python -m pip install git+https://github.com/nrpy/nrpylatex.git
- name: change directory and perform unit testing
run: cd nrpy && python -m nrpy.equations.general_relativity.nrpylatex.test_parse_BSSN
- name: perform unit testing
run: python -m nrpy.equations.general_relativity.nrpylatex.test_parse_BSSN

0 comments on commit 857f73f

Please sign in to comment.