Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
integration test dependency missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Paige Gulley committed Dec 14, 2023
1 parent ea3b36a commit 3cded43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/mc-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
working-directory: news-search-api
run: |
pip install -r requirements.txt
- name: Install news-search-api server dev dependencies
working-directory: news-search-api
run: |
pip install -r requirements-dev.txt
- name: Install fixtures
working-directory: news-search-api
run: |
Expand Down

0 comments on commit 3cded43

Please sign in to comment.