Skip to content

Commit f10845e

Browse files
committed
CI: Add cd to nuitka build
1 parent 97cc0d6 commit f10845e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test_nuitka.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222

2323
- name: Build with Nuitka # Workaround
2424
run: |
25+
cd nuitka && \
2526
uv export --no-hashes -o requirements.txt && \
2627
python -m venv .venv && \
2728
source .venv/bin/activate && \

0 commit comments

Comments
 (0)