Skip to content

Commit 88eb68b

Browse files
ci: run tutorial notebooks against datajoint-python master branch
Change GitHub Actions workflow to checkout datajoint-python at master instead of pre/v2.2. pip_requirements.txt already points to master via git+https. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8b73058 commit 88eb68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v2
1818
with:
1919
repository: datajoint/datajoint-python
20-
ref: pre/v2.2
20+
ref: master
2121
path: datajoint-python
2222
- name: Compile docs static artifacts
2323
run: |

0 commit comments

Comments
 (0)