8000 BLD: Shrink sdist/wheel sizes by lithomas1 · Pull Request #54052 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

BLD: Shrink sdist/wheel sizes #54052

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jul 31, 2023
Prev Previous commit
Next Next commit
fix windows
  • Loading branch information
lithomas1 authored Jul 31, 2023
commit f08dd2a63ed275e5ea037f6c5c04760ce35e1072
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
$TST_CMD = @"
python -m pip install pytz six numpy python-dateutil tzdata>=2022.1 hypothesis>=6.46.1 pytest>=7.3.2 pytest-xdist>=2.2.0 pytest-asyncio>=0.17;
python -m pip install --find-links=pandas\wheelhouse --no-index pandas;
python -c `'import pandas as pd; pd.test(extra_args=[`"--no-strict-data-files`"])`';
python -c `'import pandas as pd; pd.test(extra_args=[\"--no-strict-data-files\"])`';
"@
docker pull python:${{ matrix.python[1] }}-windowsservercore
docker run --env PANDAS_CI='1' -v ${PWD}:C:\pandas python:${{ matrix.python[1] }}-windowsservercore powershell -Command $TST_CMD
Expand Down
0