Skip to content

Commit

Permalink
Python action
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Jun 16, 2023
1 parent d971567 commit ce5a95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
python-version: "3.10"
- name: install python dependencies
run: pip install httpbin gunicorn
run: pip install httpbin gunicorn werkzeug==2.0.3
- name: run httpbin server
run: |
gunicorn -b 127.0.0.1:8000 httpbin:app &
Expand Down

0 comments on commit ce5a95f

Please sign in to comment.