File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 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'
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 .
You can’t perform that action at this time.
0 commit comments