Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Dec 3, 2024
1 parent 0834f34 commit 3e0cf06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
poetry install
- name: Run Tests
run:|
run: |
poetry run flake8 podaac
poetry run pylint podaac
poetry run pytest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
poetry install
- name: Run Tests
run:|
run: |
poetry run flake8 podaac
poetry run pylint podaac
poetry run pytest

0 comments on commit 3e0cf06

Please sign in to comment.