Skip to content

Commit

Permalink
change back to old ci
Browse files Browse the repository at this point in the history
  • Loading branch information
iamzoltan authored Jun 13, 2024
1 parent a642f0c commit 9d8bad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d8bad9

Please sign in to comment.