From 52dda49e525595926546777982c159e437f54138 Mon Sep 17 00:00:00 2001 From: Henry Webel Date: Mon, 28 Oct 2024 10:12:41 +0100 Subject: [PATCH] :bug: try it manually --- .github/workflows/test_pkg_on_colab.yaml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test_pkg_on_colab.yaml b/.github/workflows/test_pkg_on_colab.yaml index 32f81bb2..fa3e39bf 100644 --- a/.github/workflows/test_pkg_on_colab.yaml +++ b/.github/workflows/test_pkg_on_colab.yaml @@ -19,14 +19,22 @@ jobs: run: shell: bash steps: - - uses: actions/checkout@v4 - with: - fetch-tags: true - fetch-depth: 0 - path: /pimms + # - uses: actions/checkout@v4 + # with: + # fetch-tags: true + # fetch-depth: 0 + # path: /pimms + - name: Check out the repository + run: | + git clone https://github.com/RasmussenLab/pimms.git + cd pimms + echo $GITHUB_REF + git checkout $GITHUB_REF + git merge main - name: Install pimms-learn (from branch) and papermill if: github.event_name == 'pull_request' run: | + cd pimms echo PWD: $(pwd) python -m build . pip install dist/pimms_learn-*.whl