Skip to content

Commit fef821f

Browse files
Merge remote-tracking branch 'upstream/main' into fix_gh55509
2 parents ce1b7a7 + c918623 commit fef821f

File tree

165 files changed

+2674
-4162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+2674
-4162
lines changed

Diff for: .github/workflows/comment-commands.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
concurrency:
2525
group: ${{ github.actor }}-preview-docs
2626
steps:
27-
- uses: pandas-dev/[email protected].1
27+
- uses: pandas-dev/[email protected].2
2828
with:
2929
previewer-server: "https://pandas.pydata.org/preview"
3030
artifact-job: "Doc Build and Upload"

Diff for: .github/workflows/package-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-22.04
2525
strategy:
2626
matrix:
27-
extra: ["test", "performance", "computation", "fss", "aws", "gcp", "excel", "parquet", "feather", "hdf5", "spss", "postgresql", "mysql", "sql-other", "html", "xml", "plot", "output-formatting", "clipboard", "compression", "all"]
27+
extra: ["test", "pyarrow", "performance", "computation", "fss", "aws", "gcp", "excel", "parquet", "feather", "hdf5", "spss", "postgresql", "mysql", "sql-other", "html", "xml", "plot", "output-formatting", "clipboard", "compression", "all"]
2828
fail-fast: false
2929
name: Install Extras - ${{ matrix.extra }}
3030
concurrency:

Diff for: .github/workflows/unit-tests.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,7 @@ jobs:
6464
- name: "Numpy Dev"
6565
env_file: actions-311-numpydev.yaml
6666
pattern: "not slow and not network and not single_cpu"
67-
# Currently restricted the warnings that error to Deprecation Warnings from numpy
68-
# done since pyarrow isn't compatible with numpydev always
69-
# TODO: work with pyarrow to revert this?
70-
test_args: "-W error::DeprecationWarning:numpy -W error::FutureWarning:numpy"
67+
test_args: "-W error::DeprecationWarning -W error::FutureWarning"
7168
- name: "Pyarrow Nightly"
7269
env_file: actions-311-pyarrownightly.yaml
7370
pattern: "not slow and not network and not single_cpu"

Diff for: .pre-commit-config.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,11 @@ repos:
5353
- repo: https://github.com/pre-commit/pre-commit-hooks
5454
rev: v4.5.0
5555
hooks:
56-
- id: check-ast
5756
- id: check-case-conflict
5857
- id: check-toml
5958
- id: check-xml
6059
- id: check-yaml
6160
exclude: ^ci/meta.yaml$
62-
- id: debug-statements
6361
- id: end-of-file-fixer
6462
exclude: \.txt$
6563
- id: mixed-line-ending
@@ -129,7 +127,7 @@ repos:
129127
types: [python]
130128
stages: [manual]
131129
additional_dependencies: &pyright_dependencies
132-
130+
133131
- id: pyright
134132
# note: assumes python env is setup and activated
135133
name: pyright reportGeneralTypeIssues

0 commit comments

Comments
 (0)