-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CI: Use conda compiler in environment.yml
#27062
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
Changes from 1 commit
d810dda
a731708
c1b28e5
a8eabf9
d819a72
ad4b82c
a322411
bb5706c
e8d80be
ef24547
3313c85
a4136e5
8a70b52
335f8bf
83e5795
7bc4b87
27fa92e
97c84f8
e789326
630415a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,8 @@ dependencies: | |
|
||
# building | ||
- cython>=0.28.2 | ||
- cxx-compiler | ||
- zlib | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can you add a short description why those are needed There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sure! I will add the explanation, actually the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I also think that the But I can create another PR for that |
||
|
||
# code checks | ||
- cpplint | ||
|
@@ -79,5 +81,4 @@ dependencies: | |
- xlrd # pandas.read_excel, DataFrame.to_excel, pandas.ExcelWriter, pandas.ExcelFile | ||
- xlsxwriter # pandas.read_excel, DataFrame.to_excel, pandas.ExcelWriter, pandas.ExcelFile | ||
- xlwt # pandas.read_excel, DataFrame.to_excel, pandas.ExcelWriter, pandas.ExcelFile | ||
- pip: | ||
- pyreadstat # pandas.read_spss | ||
- pyreadstat # pandas.read_spss | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you revert this change here please. After that, you should run There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sure, I will rebase my branch from master and that should be reverted |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not used in our CI at all, though I do use it locally, so nice to improve this generally.
We should add some documentation (in contributing.rst) that things exist & work (not 100% sure this actually works on windows; the Makefile)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is true, unless
pandas
is usingmingw
it will not going to use it, indeedbut this part I am just enforcing it, because
cython
usually already uses the$CC