Skip to content

Commit c93a76c

Browse files
authored
Pulling in BAIPP's fix that ignores UV_PYTHON (#351)
1 parent 180fa50 commit c93a76c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ jobs:
4040
enable-cache: true
4141
cache-local-path: /tmp/baipp-uv_cache_dir # Work around https://github.com/hynek/build-and-inspect-python-package/issues/181
4242
python-version: ${{ matrix.python-version }}
43-
- name: Unset UV_PYTHON for BAIPP # SEE: https://github.com/hynek/build-and-inspect-python-package/issues/180
44-
run: echo "UV_PYTHON=" >> "$GITHUB_ENV"
4543
- name: Check ldp build
4644
id: build-ldp
4745
if: matrix.python-version == '3.11'
@@ -61,8 +59,6 @@ jobs:
6159
- name: Clean up aviary.fhlmi build # Work around https://github.com/hynek/build-and-inspect-python-package/issues/174
6260
if: matrix.python-version == '3.11'
6361
run: rm -r ${{ steps.build-fhlmi.outputs.dist }}
64-
- name: Reset UV_PYTHON after BAIPP # SEE: https://github.com/hynek/build-and-inspect-python-package/issues/180
65-
run: echo "UV_PYTHON=${{ matrix.python-version }}" >> "$GITHUB_ENV"
6662
- run: uv sync
6763
- run: uv run refurb .
6864
- if: matrix.python-version == '3.11' # Only need to run this on one version

0 commit comments

Comments
 (0)