Skip to content

Commit d5c9573

Browse files
committed
fix paths
1 parent 2ad71e7 commit d5c9573

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,5 @@ jobs:
7777

7878
- name: Test pyontoenv shim
7979
shell: bash
80+
working-directory: pyontoenv-shim
8081
run: uv run python scripts/test_pyontoenv.py

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Project components:
2525
### Compatibility shim (`pyontoenv-shim/`)
2626
- From `pyontoenv-shim/`, run `uv build --wheel` to produce the `pyontoenv` wheel that re-exports the bindings.
2727
- `uv run python -m unittest discover -s tests` (inside `pyontoenv-shim/`) validates the shim and its aliasing behavior.
28-
- `uv run python scripts/test_pyontoenv.py` installs the freshly built wheels into a throwaway virtualenv and sanity-checks imports and the CLI.
28+
- `uv run python scripts/test_pyontoenv.py` (run from `pyontoenv-shim/`) installs the freshly built wheels into a throwaway virtualenv and sanity-checks imports and the CLI.
2929
- The helper `./version <new-version>` bumps the workspace version and refreshes related manifests for both Rust and Python packages.
3030

3131
## Overview

0 commit comments

Comments
 (0)