Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
enable-cache: true
cache-local-path: /tmp/baipp-uv_cache_dir # Work around https://github.com/hynek/build-and-inspect-python-package/issues/181
python-version: ${{ matrix.python-version }}
- name: Unset UV_PYTHON for BAIPP # SEE: https://github.com/hynek/build-and-inspect-python-package/issues/180
run: echo "UV_PYTHON=" >> "$GITHUB_ENV"
- name: Check paper-qa-pymupdf build
id: build-paper-qa-pymupdf
if: matrix.python-version == '3.11'
Expand Down Expand Up @@ -69,8 +67,6 @@ jobs:
- name: Clean up paper-qa build # Work around https://github.com/hynek/build-and-inspect-python-package/issues/174
if: matrix.python-version == '3.11'
run: rm -r ${{ steps.build-paper-qa.outputs.dist }}
- name: Reset UV_PYTHON after BAIPP # SEE: https://github.com/hynek/build-and-inspect-python-package/issues/180
run: echo "UV_PYTHON=${{ matrix.python-version }}" >> "$GITHUB_ENV"
- run: uv sync
- run: uv run pylint src packages
- run: uv run refurb .
Expand Down