Skip to content

Commit

Permalink
Update action ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Dec 13, 2024
1 parent f1d72c7 commit 33767c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ on:
push:
branches:
- main
paths-ignore:
- "paper/**"
- "README.md"
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- "paper/**"
- "README.md"

env:
EO_TIDES_TIDE_MODELS: ./tests/data/tide_models
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ dev = [
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["eo_tides"]

[tool.mypy]
files = ["eo_tides"]
python_version = "3.10"
Expand Down Expand Up @@ -126,6 +129,3 @@ exclude_lines = [
[tool.coverage.run]
branch = true
source = ["eo_tides"]

[tool.setuptools]
packages = ["eo_tides"]

0 comments on commit 33767c8

Please sign in to comment.