Skip to content

Commit 317d574

Browse files
authored
Pulled in UV_VENV_CLEAR for uv==0.10.0 break (#338)
1 parent 3653973 commit 317d574

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
publish:
1010
runs-on: ubuntu-latest
11+
env:
12+
UV_VENV_CLEAR: 1 # Work around https://github.com/hynek/build-and-inspect-python-package/issues/174
1113
steps:
1214
- uses: actions/checkout@v6
1315
- id: build-fhaviary

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
if: always()
2929
lint:
3030
runs-on: ubuntu-latest
31+
env:
32+
UV_VENV_CLEAR: 1 # Work around https://github.com/hynek/build-and-inspect-python-package/issues/174
3133
strategy:
3234
matrix:
3335
python-version: [3.11, 3.14] # Our min and max supported Python versions

0 commit comments

Comments
 (0)