From 9d8bad91efcb556745c30df2f99915a19b718d2f Mon Sep 17 00:00:00 2001 From: Zoltan Date: Thu, 13 Jun 2024 15:26:37 -0400 Subject: [PATCH] change back to old ci --- .github/workflows/publish-book.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-book.yaml b/.github/workflows/publish-book.yaml index 0f8ae7fe..09ef0c7c 100644 --- a/.github/workflows/publish-book.yaml +++ b/.github/workflows/publish-book.yaml @@ -38,7 +38,7 @@ jobs: - name: Install CI tools run: | BRANCH=`python -c 'import os, re; m = re.search(r"nmaci:([\w-]+)", os.environ["COMMIT_MESSAGE"]); print("main" if m is None else m.group(1))'` - wget https://github.com/neuromatch/nmaci/archive/refs/heads/$BRANCH.tar.gz + wget https://github.com/NeuromatchAcademy/nmaci/archive/refs/heads/$BRANCH.tar.gz tar -xzf $BRANCH.tar.gz pip install --upgrade pip pip install -r nmaci-$BRANCH/requirements.txt