stop auto-activating environment

This commit is contained in:
Ashwin Bharambe 2025-08-18 13:25:32 -07:00
parent 9c9f83540f
commit a4e53cc4f3

View file

@ -16,7 +16,6 @@ runs:
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0.1 uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0.1
with: with:
python-version: ${{ inputs.python-version }} python-version: ${{ inputs.python-version }}
activate-environment: true
version: 0.7.6 version: 0.7.6
- name: Install dependencies - name: Install dependencies