Skip to content

Commit ba8860f

Browse files
ci: move install jtd codegen script
1 parent 284c014 commit ba8860f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
File renamed without changes.

.github/workflows/test-and-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
run: poetry install --all-extras
3131

3232
- id: install-jtd-codegen
33-
run: source ./ci/install-jtd-codegen
33+
shell: bash
34+
run: ./.github/workflows/install-jtd-codegen.bash
3435

3536
- run: poetry run poe test tests
3637

0 commit comments

Comments
 (0)