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 1, 2024
1 parent c049f78 commit 101929a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ jobs:
run: |
pip install -r requirements.txt
- name: Install OpenSSL
run: |
sudo apt-get install openssl
- name: Generate SSL Certificates
run: |
openssl req -new -x509 -key key.pem -out cert.pem -days 1095
# - name: Run Tests
# run: |
# python -m pytest -v
Expand Down

0 comments on commit 101929a

Please sign in to comment.