Skip to content

Commit

Permalink
Install git from conda-forge.
Browse files Browse the repository at this point in the history
Jammy's git is too old to support gh-scoped-creds, so install from conda-forge.
  • Loading branch information
ryanlovett committed Jun 3, 2024
1 parent 8d3dffd commit 13ee877
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployments/datahub/images/default/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ dependencies:
- syncthing==1.18.6
- nbclassic==1.0.0

# gh-scoped-creds needs a newer version of git than what jammy provides
- git==2.45.1

# pymc3 needs this
- mkl-service=2.4.*

Expand Down

0 comments on commit 13ee877

Please sign in to comment.