79179093

Date: 2024-11-11 20:56:06
Score: 2.5
Natty:
Report link

Alternatively, you can do

- name: Activate virtual environment
  run: echo PATH=${GITHUB_WORKSPACE}/.venv/bin:$PATH >> $GITHUB_ENV

GITHUB_WORKSPACE is the default working directory on the runner for steps

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: kindermichal