Skip to content

Commit

Permalink
test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshod5 committed May 13, 2024
1 parent f4b7fa2 commit cf7bafa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
run: |
docker-compose up -f "dev/docker/docker-compose.yml" up -d --build --abort-on-container-exitup
- name: Run PyTest
run: |
pip install -r requirements.txt
- name: Run PyTest
run: |
pip install pytest
Expand Down

0 comments on commit cf7bafa

Please sign in to comment.