Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyuguan3 committed Feb 2, 2024
1 parent e3303ce commit d777206
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
with:
python-version: '3.x'

- name: Install Gunicorn
run: |
pip install gunicorn


# - name: Create a requirements file
# run: |
Expand All @@ -33,6 +31,10 @@ jobs:
run: |
pip install -r requirements.txt
- name: Install Gunicorn
run: |
pip install gunicorn
# - name: Install OpenSSL
# run: |
# sudo apt-get install openssl
Expand All @@ -48,7 +50,7 @@ jobs:

- name: Run gunicorn_conf.py
run: |
gunicorn -c gunicorn_conf.py app:app
gunicorn app:app -c gunicorn_conf.py
# - name: run the app
# run: |
Expand Down

0 comments on commit d777206

Please sign in to comment.