actions / starter-workflows

Accelerating new GitHub Actions workflows
https://github.com/features/actions
Other
8.59k stars 5.08k forks source link

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

Open dhdez-blife opened 3 months ago

dhdez-blife commented 3 months ago

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.

slimreaper35 commented 3 months ago

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

github-actions[bot] commented 4 days ago

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