Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNT: attempt to fix CI #100

Merged
merged 6 commits into from
Feb 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
MNT: use bionic base image and lrose-core for 18.04
  • Loading branch information
kmuehlbauer committed Feb 20, 2024
commit 66b6c097c63c8e936039a28831b0265bc52786a8
2 changes: 1 addition & 1 deletion .github/workflows/build-book.yaml
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ jobs:
DOCKER_REGISTRY: "ghcr.io"
PUBLIC_REGISTRY_CHECK: true
APPENDIX_FILE: "binder/appendix.txt"
REPO2DOCKER_EXTRA_ARGS: --Repo2Docker.base_image=docker.io/library/buildpack-deps:bionic
REPO2DOCKER_EXTRA_ARGS: "--Repo2Docker.base_image=docker.io/library/buildpack-deps:bionic"
FORCE_REPO2DOCKER_VERSION: "2023.6.0"

build-book:
Loading