Skip to content

Commit

Permalink
try fixing testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bolliger32 committed Jul 9, 2024
1 parent c688ba4 commit 35dd12d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 49 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ jobs:
- name: Setup geoclaw
run: |
cd geoclaw
git checkout ${{ github.ref }}
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
git fetch origin pull/${{ github.event.pull_request.number }}/merge:PR
git checkout PR
else
git checkout ${{ github.ref_name }}
fi
- name: Lint with flake8
run: |
cd geoclaw
Expand Down
48 changes: 0 additions & 48 deletions .travis.yml

This file was deleted.

0 comments on commit 35dd12d

Please sign in to comment.