starter-workflows icon indicating copy to clipboard operation
starter-workflows copied to clipboard

source .\/venv/bin/activate is not working

Open dhdez-blife opened this issue 1 year ago • 2 comments

I added in my workflow the next build step:

    - name: activate venv
      run: source .\/venv/bin/activate

The venv is not activated and the app installed all the dependencies in the main python. Please fix this bug.

dhdez-blife avatar Mar 25 '24 19:03 dhdez-blife

you don't need to create a virtual environment, since all jobs are running in a container

slimreaper35 avatar Mar 26 '24 11:03 slimreaper35

This issue has become stale and will be closed automatically within a period of time. Sorry about that.

github-actions[bot] avatar Jun 25 '24 04:06 github-actions[bot]