Skip to content

Commit

Permalink
Andrew is a rapscallion
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges committed Sep 1, 2023
1 parent 4c648ec commit 565e46a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- uses: actions/checkout@v3
- name: "Install Dependencies"
run: |
pip install -r requirements.txt
pip install -r tests/requirements.txt
pip install --upgrade pip
pip install .
- name: "Start meshdb API"
run: gunicorn meshdb:app --graceful-timeout 5 --bind=0.0.0.0:8080 & sleep 3
- name: "Run Integration Test Script"
Expand Down

0 comments on commit 565e46a

Please sign in to comment.