Skip to content

Commit

Permalink
Removed duplicate install statement in tests file
Browse files Browse the repository at this point in the history
  • Loading branch information
MGS-sails committed Aug 8, 2024
1 parent b79c8ce commit e699e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: 🔧 - Install Dependencies
run: |
pip install install .[tests]
pip install .[tests]
pip freeze
- name: Check for unmigrated code changes
Expand Down

0 comments on commit e699e36

Please sign in to comment.