Skip to content

Commit

Permalink
explicit installation of bayesian-changepoint-detection no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
shahsmit14 committed Oct 5, 2022
1 parent 45647a5 commit e422a2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install git+https://github.com/hildensia/bayesian_changepoint_detection@2dd95f5c1d028116899a842ccb3baa173f9d5be9#egg=bayesian-changepoint-detection
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Linting with flake8
Expand Down

0 comments on commit e422a2f

Please sign in to comment.