From 21346d5a42620c9f859660d83703d7245789e311 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Tue, 2 Jan 2024 16:20:45 +0100 Subject: [PATCH] Use beakerx_base master branch --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e5db418..075c5eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,8 +46,8 @@ jobs: - name: Checkout beakerx_base repo uses: actions/checkout@v2 with: - repository: fcollonval/beakerx_base - ref: maintenance/bump-ipywidgets + repository: twosigma/beakerx_base + ref: master path: beakerx_base - name: Checkout beakerx_kernel_groovy repo uses: actions/checkout@v2