Skip to content

Commit d03974f

Browse files
committed
chore(core): update ts-tvl to 2.2
[no changelog]
1 parent 836e9de commit d03974f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
submodules: recursive
207207
- uses: ./.github/actions/environment
208208
- run: nix-shell --run "poetry run make -C core build_unix"
209-
- run: nix-shell --arg fullDeps true --run "cd vendor/ts-tvl/tvl/server/model_config && poetry env use 3.12 && poetry install && poetry run model_server tcp -c model_config.yml &"
209+
- run: nix-shell --arg fullDeps true --run "cd vendor/ts-tvl/model_configs/example_config && poetry env use 3.12 && poetry install && poetry run model_server tcp -c example_config.yml &"
210210
- run: nix-shell --run "poetry run make -C core test"
211211
- run: nix-shell --run "poetry run make -C core test_emu_sanity" # sanity check non-frozen emulator
212212

vendor/ts-tvl

Submodule ts-tvl updated 60 files

0 commit comments

Comments
 (0)