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 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'
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
You can’t perform that action at this time.
0 commit comments