Skip to content

Commit

Permalink
add python-dotenv to the test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dakue-soda committed Jan 29, 2025
1 parent 21b0ff7 commit edcce27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Run tests
run: |
python -m venv .venv
pip install pytest
pip install pytest python-dotenv
pip install -e soda-core
pip install -e soda-postgres
python -m pytest

0 comments on commit edcce27

Please sign in to comment.