Skip to content

Commit c59994d

Browse files
committed
.github/workflows/recorder-release.yml: Fix workflow after moving flake.nix
Signed-off-by: Tzanko Matev <[email protected]>
1 parent 00f83f9 commit c59994d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/recorder-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
extra_nix_config: |
3030
experimental-features = nix-command flakes
3131
- name: Prepare dev environment (Python 3.13)
32-
run: nix develop --command bash -lc 'just venv 3.13 dev'
32+
run: nix develop ./nix --command bash -lc 'just venv 3.13 dev'
3333
- name: Run test suite
34-
run: nix develop --command bash -lc 'just test'
34+
run: nix develop ./nix --command bash -lc 'just test'
3535
- name: Check recorder version parity
36-
run: nix develop --command bash -lc 'python3 scripts/check_recorder_version.py'
36+
run: nix develop ./nix --command bash -lc 'python3 scripts/check_recorder_version.py'
3737

3838
build:
3939
name: Build Artefacts (${{ matrix.name }})

0 commit comments

Comments
 (0)