Skip to content

Commit

Permalink
updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dchaddock committed Nov 27, 2024
1 parent 2c781a5 commit 840b203
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Poetry and dependencies
run: |
pip install poetry
poetry install -E aacgmv2
poetry install
- name: Linting checks
run: |
poetry run make test-linting
4 changes: 2 additions & 2 deletions .github/workflows/tests_all_platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Poetry and dependencies
run: |
pip install poetry
poetry install -E aacgmv2
poetry install
- name: Run unauthorized access test (pytest)
run: |
make test-pytest-unauthorized-access
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Install Poetry and dependencies
run: |
pip install poetry
poetry install -E aacgmv2
poetry install
- name: Linting checks
run: |
poetry run make test-linting
Expand Down

0 comments on commit 840b203

Please sign in to comment.