We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
UV_VENV_CLEAR
uv==0.10.0
1 parent 3653973 commit 317d574Copy full SHA for 317d574
.github/workflows/publish.yml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
publish:
10
runs-on: ubuntu-latest
11
+ env:
12
+ UV_VENV_CLEAR: 1 # Work around https://github.com/hynek/build-and-inspect-python-package/issues/174
13
steps:
14
- uses: actions/checkout@v6
15
- id: build-fhaviary
.github/workflows/tests.yml
@@ -28,6 +28,8 @@ jobs:
28
if: always()
29
lint:
30
31
32
33
strategy:
34
matrix:
35
python-version: [3.11, 3.14] # Our min and max supported Python versions
0 commit comments