yezz123 / setup-uv

Set up your GitHub Actions workflow with a specific version of uv
https://github.com/astral-sh/uv
MIT License
42 stars 2 forks source link

automate the setup of the virtual environment #6

Closed yezz123 closed 8 months ago

yezz123 commented 8 months ago
steps:
  - uses: actions/checkout@v3
  - uses: actions/setup-python@v4
    with:
      python-version: "3.11"
  - uses: yezz123/setup-uv@v1
    with:
      uv-version: "0.1.2"
      uv-venv: ".venv"
  - run: uv --version

something like this to automate the setup of virtual environment

Aymane11 commented 8 months ago

I'd like to work on this issue 🫡

yezz123 commented 8 months ago

I'd like to work on this issue 🫡

Thank you @Aymane11 🙏🏻