Skip to content

Commit

Permalink
CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavdeep13 committed Feb 7, 2025
1 parent e0f775c commit 4bbb5ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
# Step 5: Install test dependencies
- name: Install dependencies
run: |
pip install .[development]
pip install .[test]
pip install .
pip install pytest
# Step 6: Create .env file
Expand Down

0 comments on commit 4bbb5ae

Please sign in to comment.