actions/starter-workflows

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

Opened this issue · 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.

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

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