From e422a2fc123b09a8c5f7a2d0db5d09c9a74f0f04 Mon Sep 17 00:00:00 2001 From: Smit Shah Date: Tue, 4 Oct 2022 17:57:14 -0700 Subject: [PATCH] explicit installation of bayesian-changepoint-detection no longer needed --- .github/workflows/python-app.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index d680efc..099d5b9 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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