Skip to content

Commit

Permalink
install python reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
kylevillegas93 committed Nov 19, 2024
1 parent da2cbfd commit fa28a2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
pip install -r requirements.txt
docker compose up redis &
python main.py -p APIProcess -e frontend-ci &
sleep 5
Expand Down

0 comments on commit fa28a2c

Please sign in to comment.