Skip to content

Commit

Permalink
run-precommit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikmi committed Nov 25, 2024
1 parent 2413339 commit a5dc061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
with:
name: musllinux-wheels
path: dist/

make-sdist:
name: Make source distribution
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion test_musllinux_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ docker run --rm -v "$(dirname "$WHEEL_PATH"):/wheels" alpine:latest sh -c "
# Installing collected packages: pycparser, numpy, h3, cffi, timezonefinder
# Successfully installed cffi-1.17.1 h3-4.1.2 numpy-2.1.3 pycparser-2.22 timezonefinder-6.5.5
# WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
# Europe/Berlin
# Europe/Berlin

0 comments on commit a5dc061

Please sign in to comment.