Skip to content

Commit

Permalink
duh
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Oct 22, 2024
1 parent b29284f commit 6ec0875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- name: Install DynamoDB dependencies
if: ${{ env.DISEASE_NORM_DB_URL == 'http://localhost:8002' }}
run: python3 -m pip install ".[etl,test]"
run: python3 -m pip install ".[etl,tests]"

- name: Install PG dependencies
if: ${{ env.DISEASE_NORM_DB_URL != 'http://localhost:8002' }}
run: python3 -m pip install ".[pg,etl,test]"
run: python3 -m pip install ".[pg,etl,tests]"

- name: Run tests
run: python3 -m pytest tests/
Expand Down

0 comments on commit 6ec0875

Please sign in to comment.