Skip to content

Commit

Permalink
pipx install instead pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Jul 16, 2024
1 parent 1ed3dba commit 5660963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ jobs:
submodules: true
- name: Configure local host
run: |
python3 -m pip install h2
pipx install h2
cd crt/aws-c-http/tests/py_localhost/
python3 server.py &
python3 non_tls_server.py &
Expand Down

0 comments on commit 5660963

Please sign in to comment.