Skip to content

Commit

Permalink
Fix requirements directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ericahan22 committed Sep 29, 2023
1 parent 0bfead1 commit 11cc74a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r ./request_handler/requirements.txt
pip install -r ./requirements.txt
- name: Test with unittest
run: |
cd request_handler
Expand Down

0 comments on commit 11cc74a

Please sign in to comment.