Skip to content

Commit fa51673

Browse files
authored
Pulling in BAIPP's fix that ignores UV_PYTHON (#1133)
1 parent 498e41e commit fa51673

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
@@ -38,8 +38,6 @@ jobs:
3838
enable-cache: true
3939
cache-local-path: /tmp/baipp-uv_cache_dir # Work around https://github.com/hynek/build-and-inspect-python-package/issues/181
4040
python-version: ${{ matrix.python-version }}
41-
- name: Unset UV_PYTHON for BAIPP # SEE: https://github.com/hynek/build-and-inspect-python-package/issues/180
42-
run: echo "UV_PYTHON=" >> "$GITHUB_ENV"
4341
- name: Check paper-qa-pymupdf build
4442
id: build-paper-qa-pymupdf
4543
if: matrix.python-version == '3.11'
@@ -69,8 +67,6 @@ jobs:
6967
- name: Clean up paper-qa build # Work around https://github.com/hynek/build-and-inspect-python-package/issues/174
7068
if: matrix.python-version == '3.11'
7169
run: rm -r ${{ steps.build-paper-qa.outputs.dist }}
72-
- name: Reset UV_PYTHON after BAIPP # SEE: https://github.com/hynek/build-and-inspect-python-package/issues/180
73-
run: echo "UV_PYTHON=${{ matrix.python-version }}" >> "$GITHUB_ENV"
7470
- run: uv sync
7571
- run: uv run pylint src packages
7672
- run: uv run refurb .

0 commit comments

Comments
 (0)