Skip to content

Commit

Permalink
Merge pull request #118 from zillow/feature/remove-bayesian-cicd
Browse files Browse the repository at this point in the history
explicit installation of bayesian-changepoint-detection no longer needed
  • Loading branch information
shahsmit14 authored Oct 7, 2022
2 parents 45647a5 + e422a2f commit 5f17d20
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 5f17d20

Please sign in to comment.