Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automate the setup of the virtual environment #6

Closed
yezz123 opened this issue Feb 17, 2024 · 2 comments · Fixed by #7
Closed

automate the setup of the virtual environment #6

yezz123 opened this issue Feb 17, 2024 · 2 comments · Fixed by #7
Assignees
Labels
enhancement New feature or request

Comments

@yezz123
Copy link
Owner

yezz123 commented Feb 17, 2024

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

@yezz123 yezz123 added the enhancement New feature or request label Feb 17, 2024
@Aymane11
Copy link
Contributor

I'd like to work on this issue 🫡

@yezz123
Copy link
Owner Author

yezz123 commented Feb 18, 2024

I'd like to work on this issue 🫡

Thank you @Aymane11 🙏🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants