Skip to content

Commit

Permalink
update gha open ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonneal committed Jul 26, 2024
1 parent 258c02e commit e4946f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: upgrade openssl
run: |
sudo apt-get update
sudo apt-get install openssl
- name: Test with pytest
run: |
python3 -m pytest -vv -s

0 comments on commit e4946f9

Please sign in to comment.