Skip to content

Commit

Permalink
install SSL certs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccandless committed Nov 30, 2020
1 parent e060b74 commit 4db6f7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ jobs:

- run: pip install -r requirements.txt

- name: Install certificates for SSL verification
run: pip install -U requests[security]

- run: pytest -v

0 comments on commit 4db6f7d

Please sign in to comment.