Skip to content

Commit

Permalink
remove variant checks for uv in global venv
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Mar 1, 2024
1 parent 27026fe commit 2c94b81
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,3 @@ jobs:
run: |
make VENV_ENABLED=false VENV_CREATE=false PYTHON_PACKAGE_INSTALLER=pip test
make clean
- name: Global Python with uv to be installed
run: |
make VENV_ENABLED=false VENV_CREATE=false PYTHON_PACKAGE_INSTALLER=uv MXENV_UV_GLOBAL=false test
make clean
- name: Global Python with uv globally pre-installed
run: |
pip install uv
make VENV_ENABLED=false VENV_CREATE=false PYTHON_PACKAGE_INSTALLER=uv MXENV_UV_GLOBAL=true test
make clean
pip uninstall -y uv

0 comments on commit 2c94b81

Please sign in to comment.