Skip to content

Commit

Permalink
Update testing-and-deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Dec 27, 2023
1 parent 1021965 commit 4e83ae6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing-and-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Testing Requirements
run: pip install -r requirements_test.txt
run: |
pip install -e .
pip install -r requirements_test.txt
- name: Unit Testing
run: |
Expand Down

0 comments on commit 4e83ae6

Please sign in to comment.