We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb1898 commit 8d84f4eCopy full SHA for 8d84f4e
1 file changed
.github/actions/install_requirements/action.yml
@@ -34,3 +34,11 @@ runs:
34
- name: Report what was installed
35
run: uv pip freeze
36
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
0 commit comments