Skip to content

Commit e65b856

Browse files
committed
last chance ...
1 parent 106bdc4 commit e65b856

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-tests-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
python-version: "3.11"
7171
cache: 'pip'
7272
- run: python -m pip install --upgrade pip
73+
- run: python -m pip install --only-binary pyarrow==23.0.1
7374
- run: python -m pip install --prefer-binary -e .[dev]
7475
- run: python -m pytest -v -rP --doctest-modules countess/ tests/
7576

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ dev = [
4343
'types-ttkthemes~=3.2.4',
4444
'twine~=6.1.0',
4545
'packaging~=25.0',
46-
'pandas-stubs~=2.2.3',
47-
'pyarrow-stubs~=20.0.0',
46+
'pandas-stubs~=2.3.0',
4847
'pytest~=8.4.1',
4948
'pytest-socket~=0.7.0',
5049
'requests-mock~=1.12.1',

0 commit comments

Comments
 (0)