Skip to content

Commit 1f5b7ff

Browse files
committed
[debug] git diff
1 parent 601da31 commit 1f5b7ff

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build-and-upload.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-python@v5
2020
with:
2121
python-version: "3.12"
22-
cache: 'pip'
22+
# cache: 'pip'
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
@@ -33,6 +33,7 @@ jobs:
3333
else
3434
CIBW_BUILD='cp312*many*' python -m cibuildwheel --output-dir wheelhouse
3535
fi
36+
- run: git status --porcelain
3637
- uses: actions/upload-artifact@v4
3738
with:
3839
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}

third_party/install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ cd "$THIRD_PARTY/pet"
3232
./autogen.sh
3333
./configure --prefix="$PREFIX" "$CLANG_OPTION"
3434
make -j install
35+
36+
cd ../..
37+
git status --porcelain

0 commit comments

Comments
 (0)