Skip to content

Commit

Permalink
Disable testing
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgarde committed Mar 7, 2024
1 parent 8769b55 commit c97d6e0
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
poetry run flake8 podaac/ tests/
poetry run pylint podaac/ tests/
- name: Test
# Disable tests for now
if: false
run: poetry run pytest

# -- Version Bumping --
Expand Down
75 changes: 74 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ fastjsonschema = "^2.19.1"
pylint = "^3.1.0"
flake8 = "^7.0.0"
bumpver = "^2023.1129"
pytest = "^8.0.2"

[tool.poetry.scripts]
notify_swodlr = 'podaac.swodlr_hysds.notify_swodlr:main'
Expand Down

0 comments on commit c97d6e0

Please sign in to comment.