Skip to content

Commit d41b2ff

Browse files
committed
Minor corrections and elimination of --system
1 parent 34b04db commit d41b2ff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test_installer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
run: mkdir workdir
2525

2626
- name: Create virtual environment
27-
run: uv venv workdir/.venv
27+
run: uv venv workdir/.venv --python ${{ matrix.python-version }}
2828

2929
- name: Install package
3030
run: |
3131
source workdir/.venv/bin/activate
32-
uv pip install $GITHUB_WORKSPACE
32+
uv pip install "$GITHUB_WORKSPACE"
3333
3434
- name: Run post-installation test
3535
run: |

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ hedpy schema convert --input schema.xml --output schema.json
7676

7777
### Git and PRs
7878

79-
- PRs target `develop` branch
79+
- PRs target `main` branch
8080
- Atomic commits, \<50 chars, no emojis, no AI attribution
8181
- Run `/review-pr` before finalizing
8282
- Details: `.rules/git.md`

0 commit comments

Comments
 (0)