Skip to content

Commit f194b8b

Browse files
authored
Add the TABPFN_TOKEN to the CI. (#264)
Also, git ignore claude worktrees.
1 parent 452708b commit f194b8b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
- name: Download models from Hugging Face
105105
env:
106106
HF_TOKEN: ${{ secrets.HF_TOKEN }}
107+
TABPFN_TOKEN: ${{ secrets.TABPFN_TOKEN }}
107108
run: python scripts/download_all_models.py
108109

109110
- name: Check for forbidden licenses

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,4 @@ commit_messages.txt
150150
# claude files
151151
CLAUDE.md
152152
.claude/*.local.*
153+
.claude/worktrees/

0 commit comments

Comments
 (0)