We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f83f9 commit c59994dCopy full SHA for c59994d
.github/workflows/recorder-release.yml
@@ -29,11 +29,11 @@ jobs:
29
extra_nix_config: |
30
experimental-features = nix-command flakes
31
- name: Prepare dev environment (Python 3.13)
32
- run: nix develop --command bash -lc 'just venv 3.13 dev'
+ run: nix develop ./nix --command bash -lc 'just venv 3.13 dev'
33
- name: Run test suite
34
- run: nix develop --command bash -lc 'just test'
+ run: nix develop ./nix --command bash -lc 'just test'
35
- name: Check recorder version parity
36
- run: nix develop --command bash -lc 'python3 scripts/check_recorder_version.py'
+ run: nix develop ./nix --command bash -lc 'python3 scripts/check_recorder_version.py'
37
38
build:
39
name: Build Artefacts (${{ matrix.name }})
0 commit comments