Skip to content

Commit

Permalink
install package in action
Browse files Browse the repository at this point in the history
  • Loading branch information
diegonti committed Oct 8, 2024
1 parent 221f6cb commit 98ac4fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest # Install your testing dependencies
pip install -e .
# pip install -r requirements.txt
# pip install pytest # Install your testing dependencies
- name: Run tests
run: |
Expand Down

0 comments on commit 98ac4fa

Please sign in to comment.