Skip to content

Commit 537380f

Browse files
committed
my changes
1 parent db91f80 commit 537380f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly-pypi-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626

2727
jobs:
2828
set-version:
29-
if: github.repository == 'apache/iceberg-python' # Only run for apache repo
29+
# if: github.repository == 'apache/iceberg-python' # Only run for apache repo
3030
runs-on: ubuntu-latest
3131
outputs:
3232
VERSION: ${{ steps.set-version.outputs.VERSION }}

tests/utils/test_manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
@pytest.fixture(autouse=True)
4949
def clear_global_manifests_cache() -> None:
5050
# Clear the global cache before each test
51-
_manifests.cache_clear()
51+
_manifests.cache_clear() # type: ignore[attr-defined]
5252

5353

5454
def _verify_metadata_with_fastavro(avro_file: str, expected_metadata: Dict[str, str]) -> None:

0 commit comments

Comments
 (0)