From 89a65b76bb430c93ace61cb0480790854280bf0e Mon Sep 17 00:00:00 2001 From: shane knapp Date: Wed, 25 Sep 2024 17:00:56 -0700 Subject: [PATCH] pin the versions of repo2docker and hubploy --- .github/workflows/deploy-hubs.yaml | 2 -- requirements.txt | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-hubs.yaml b/.github/workflows/deploy-hubs.yaml index af2108954..de50a511c 100644 --- a/.github/workflows/deploy-hubs.yaml +++ b/.github/workflows/deploy-hubs.yaml @@ -57,7 +57,6 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt - pip install --force-reinstall git+https://github.com/shaneknapp/hubploy.git@major-refactor - name: Auth to gcloud if: ${{ env.DEPLOY }} @@ -152,7 +151,6 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt - pip install --force-reinstall git+https://github.com/shaneknapp/hubploy.git@major-refactor - name: Auth to gcloud if: ${{ env.DEPLOY }} diff --git a/requirements.txt b/requirements.txt index 399167dc6..5a3c13fba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ # allow for base image specification in hubploy.yaml -git+https://github.com/berkeley-dsep-infra/hubploy.git@89199c76c92bcb9a035a6ed685a6e2538f0cabe2 +git+https://github.com/shaneknapp/hubploy.git@major-refactor pygithub pyrsistent==0.19.3 attrs==23.1.0 chartpress -jupyter-repo2docker==2024.3.0 +jupyter-repo2docker==2024.07.0 myst-parser chardet requests==2.31.0