{"id":16514780,"url":"https://github.com/andgineer/uv-venv","last_synced_at":"2026-05-03T11:31:55.847Z","repository":{"id":226599726,"uuid":"769138788","full_name":"andgineer/uv-venv","owner":"andgineer","description":"Github Action to install uv and create a virtual environment","archived":false,"fork":false,"pushed_at":"2025-12-20T06:45:04.000Z","size":1805,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-22T13:44:36.317Z","etag":null,"topics":["actions","python","uv","venv","virtualenv"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andgineer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-08T12:27:23.000Z","updated_at":"2025-12-20T06:44:58.000Z","dependencies_parsed_at":"2024-10-31T06:17:29.933Z","dependency_job_id":"0f58699d-2696-455c-86bb-81e0e2e1fa46","html_url":"https://github.com/andgineer/uv-venv","commit_stats":null,"previous_names":["andgineer/uv-venv","andgineer/setup-uv"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/andgineer/uv-venv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andgineer%2Fuv-venv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andgineer%2Fuv-venv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andgineer%2Fuv-venv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andgineer%2Fuv-venv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andgineer","download_url":"https://codeload.github.com/andgineer/uv-venv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andgineer%2Fuv-venv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32567182,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","python","uv","venv","virtualenv"],"created_at":"2024-10-11T16:13:46.760Z","updated_at":"2026-05-03T11:31:55.841Z","avatar_url":"https://github.com/andgineer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg align=\"left\" width=\"200\" src=\"uv-python.png\" /\u003e\n\n# uv-venv\n\nGitHub Action to install [uv](https://github.com/astral-sh/uv) and create a virtual environment.\n\nCompatible with Unix and Windows.\n\n\u003cbr clear=\"left\"/\u003e\n\n### Why\nThis action prevents Windows installation errors that occur when using uv without a virtual environment:\n\n```shell\nerror: failed to remove file `C:\\hostedtoolcache\\windows\\Python\\3.10.11\\x64\\Lib\\site-packages\\../../Scripts/uv.exe`\n  Caused by: Access is denied. (os error 5)\n```\n\nThe error occurs because uv attempts to modify the global Python environment, which is restricted in GitHub Actions.\n\n## Usage\n\n```yaml\n    - name: Set up Python ${{ matrix.python-version }}\n      uses: actions/setup-python@v3\n      with:\n        python-version: ${{ matrix.python-version }}\n        \n    - name: Setup uv\n      uses: andgineer/uv-venv@v3\n\n    - name: Install dependencies\n      run: uv pip install -r requirements.dev.txt\n```\n\n### Examples\n* [andgineer/opensearch-log](https://github.com/andgineer/opensearch-log/blob/0d1060c57a6adac85d3559b52ec714c931f3b671/.github/workflows/ci.yml#L44)\n* [cookiecutter template](https://github.com/andgineer/cookiecutter-python-package)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandgineer%2Fuv-venv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandgineer%2Fuv-venv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandgineer%2Fuv-venv/lists"}