Skip to content

Commit

Permalink
Add installation of project as editable package
Browse files Browse the repository at this point in the history
  • Loading branch information
sdan committed Mar 31, 2024
1 parent c9bf445 commit 5c94e78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -e .
echo "Dependencies installed successfully."
- name: Run tests
run: |
Expand Down

0 comments on commit 5c94e78

Please sign in to comment.