Skip to content

Commit

Permalink
Updated workflow to include pytest-dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfernandes committed Aug 7, 2020
1 parent 17e3e03 commit d292080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ jobs:
crypto_account: ${{ secrets.crypto }}
run: |
pip install pytest
pip install pytest-dotenv
pytest tests/test_github_actions.py

0 comments on commit d292080

Please sign in to comment.