Skip to content

Commit 8d84f4e

Browse files
Replace venv in github path
1 parent acb1898 commit 8d84f4e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/actions/install_requirements/action.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,11 @@ runs:
3434
- name: Report what was installed
3535
run: uv pip freeze
3636
shell: bash
37+
38+
- name: Add venv path to Github environment
39+
run: echo "VENV_PATH=.venv" >> $GITHUB_ENV
40+
shell: bash
41+
42+
- name: Add venv path to Github Path
43+
run: echo "${{ env.VENV_PATH }}/bin:$PATH" >> $GITHUB_PATH
44+
shell: bash

0 commit comments

Comments
 (0)