Skip to content

Commit

Permalink
Add checking out of clawpack and geoclaw
Browse files Browse the repository at this point in the history
  • Loading branch information
mandli authored May 10, 2024
1 parent 08cfa95 commit 322831e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Set up Python 3.10
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Checkout clawpack
Expand All @@ -32,12 +32,15 @@ jobs:
sudo apt-get install gfortran liblapack-pic liblapack-dev libnetcdf-dev libnetcdff-dev
python -m pip install --upgrade pip
pip install flake8 pytest
- name: Setup clawpack
- name: Setup clawpack super repository
run: |
git submodule init
git submodule update
pip install --user -e .
- name: Setup geoclaw
run: |
cd geoclaw
echo ${{ github.GITHUB_REF_NAME }}
git checkout ${{ github.ref }}
# - name: Lint with flake8
# run: |
# # stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 322831e

Please sign in to comment.