Skip to content

Commit

Permalink
install dep
Browse files Browse the repository at this point in the history
  • Loading branch information
sdan committed Apr 17, 2024
1 parent d40cdf0 commit d6da38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
python -m pip install --upgrade pip
pip install pytest
pip install -r requirements.txt
pip install -e .
echo "Dependencies installed successfully."
pip install -e .
- name: Run tests
run: |
echo "Starting tests..."
Expand Down

0 comments on commit d6da38a

Please sign in to comment.