Skip to content

Commit

Permalink
Merge pull request #12 from BritishGeologicalSurvey/ghost-point
Browse files Browse the repository at this point in the history
Add Recoordination Process with Ghost Point
  • Loading branch information
leorudczenko authored Apr 3, 2024
2 parents 2df5e4c + 17b2a7f commit 9794bca
Show file tree
Hide file tree
Showing 28 changed files with 2,451 additions and 1,402 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
paths:
- '**.py'
- 'environments/*.yml'
- '.github/workflows/test.yml'

jobs:
test:
Expand All @@ -29,4 +31,4 @@ jobs:
shell: bash -l {0}
run: |
export PYTHONPATH=.
pytest -vs test/
pytest -vvs test/
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
__pycache__
build
dist
.pytest_cache
.pytest_cache
_LOCAL_LEO
*.spec
Loading

0 comments on commit 9794bca

Please sign in to comment.