Skip to content

Commit

Permalink
Update search PR workflow to use search directory (#1112)
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Seward <grant@stemma.ai>
  • Loading branch information
sewardgw authored May 18, 2021
1 parent 13f5298 commit 76ddee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/search_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip3 install -r requirements.txt && pip3 install .[all] && pip3 install codecov
working-directory: ./metadata
run: pip3 install -r requirements.txt && pip3 install . && pip3 install codecov
working-directory: ./search
- name: Run python unit tests
run: make test
working-directory: ./metadata
working-directory: ./search

0 comments on commit 76ddee4

Please sign in to comment.