Skip to content

Commit 3256f64

Browse files
committed
chore: don't run zotero update script in gh tests
1 parent 4c2aebb commit 3256f64

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,8 @@ jobs:
2626
node-version: 24.14.0
2727
cache: "pnpm"
2828

29-
- name: Set up Python
30-
uses: actions/setup-python@v6
31-
- name: Run import_and_patch_translators
32-
run: python3 scripts/import_and_patch_translators.py
3329
- name: Install dependencies
3430
run: pnpm install
31+
3532
- name: Run tests
3633
run: pnpm test

0 commit comments

Comments
 (0)