8000 Windows CI by TomAugspurger · Pull Request #23182 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

Windows CI #23182

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 15 commits into from
Oct 18, 2018
Merged
Prev Previous commit
Next Next commit
remove arrow pin
  • Loading branch information
TomAugspurger committed Oct 16, 2018
commit 7ef69bdb5a9948c3d3ae801ffc583dcb1cce4505
2 changes: 1 addition & 1 deletion ci/azure-windows-36.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- numexpr
- numpy=1.14*
- openpyxl=2.5.5
- pyarrow=0.9.0
- pyarrow
- pytables
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you try vc=14.0 (without the pragma stuff)? the last working build had that, while the newer ones have 14.1. Plus, the notna definition still didn't fix the errors in the WinPy36 build.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the notna definition still didn't fix the errors in the WinPy36 build.

29f392c had a bug (not isn't valid C++).

I think this turned up a real bug that's hitting users / will hit users, depending on how things are compiled. Probably best to fix it.

- python-dateutil
- python=3.6.*
Expand Down
0