Skip to content

Commit

Permalink
Merge pull request berkeley-dsep-infra#6271 from shaneknapp/update-re…
Browse files Browse the repository at this point in the history
…quirements-and-workflows

[DH-301] pin the versions of repo2docker and hubploy
  • Loading branch information
shaneknapp authored Sep 26, 2024
2 parents 11dbe75 + 89a65b7 commit 623d18b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 623d18b

Please sign in to comment.