-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CI: 3.8 build #28730
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
CI: 3.8 build #28730
Changes from 8 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
4d277c4
poke at travis
jbrockmendel 56c49ca
troubleshoot
jbrockmendel 439571c
add sudo
jbrockmendel 656e076
Merge branch 'master' of https://github.com/pandas-dev/pandas into bu…
jbrockmendel 66db6a6
keep trying
jbrockmendel 80101f5
Add deps file
jbrockmendel 2fce3b5
again
jbrockmendel 4eac026
i said 38
jbrockmendel ad56fe9
keep trying
jbrockmendel f4ad020
do the build
jbrockmendel 4f98585
maybe installing will help?
jbrockmendel 209aecd
troubleshoot, disable azure
jbrockmendel 7d39c4d
install using pip
jbrockmendel c1b692f
Merge branch 'master' of https://github.com/pandas-dev/pandas into bu…
jbrockmendel 6c7e0d1
troubleshoot
jbrockmendel 2e28dca
working with just pytest, now try with run_tests
jbrockmendel b686fbe
Merge branch 'master' of https://github.com/pandas-dev/pandas into bu…
jbrockmendel 452e251
restore, try to do stuff conditionally
jbrockmendel 3c8297d
try to guess how conditional syntax works on travis
jbrockmendel 61f69a0
revert
jbrockmendel 5bb2416
Merge branch 'master' of https://github.com/pandas-dev/pandas into bu…
jbrockmendel 5439263
Merge branch 'master' of https://github.com/pandas-dev/pandas into bu…
jbrockmendel 82dbbb1
try it without conditionals in yaml
jbrockmendel a33105f
troubleshoot
jbrockmendel 0561294
disable xvfb on 3.8-dev
jbrockmendel 65d3137
Merge branch 'master' of https://github.com/pandas-dev/pandas into bu…
jbrockmendel 8cdaaf7
use pip for numpy
jbrockmendel fcbf921
poke at travis
jbrockmendel 62a1d00
troubleshoot
jbrockmendel 426ba4a
add sudo
jbrockmendel d93e5a6
keep trying
jbrockmendel 3f84025
Add deps file
jbrockmendel 64da0db
again
jbrockmendel e6fdeff
i said 38
jbrockmendel 02db7c3
keep trying
jbrockmendel fbf1421
do the build
jbrockmendel 48f98e9
maybe installing will help?
jbrockmendel fd49724
troubleshoot, disable azure
jbrockmendel 611c2b8
install using pip
jbrockmendel eaa8af7
troubleshoot
jbrockmendel 2d43512
working with just pytest, now try with run_tests
jbrockmendel ea5aba6
restore, try to do stuff conditionally
jbrockmendel 620023a
try to guess how conditional syntax works on travis
jbrockmendel e7cdbc6
revert
jbrockmendel e8c579d
try it without conditionals in yaml
jbrockmendel a3c986b
troubleshoot
jbrockmendel 8f4a80a
disable xvfb on 3.8-dev
jbrockmendel 3c91ef3
Merge branch 'build38' of github.com:jbrockmendel/pandas into build38
jbrockmendel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: pandas-dev | ||
channels: | ||
- defaults | ||
- conda-forge | ||
- c3i_test | ||
dependencies: | ||
#- python=3.8.* | ||
- botocore>=1.11 | ||
- cython>=0.29.13 | ||
- python-dateutil | ||
- nomkl | ||
- pytz | ||
# universal | ||
- pytest>=5.0.0 | ||
- pytest-xdist>=1.29.0 | ||
- pytest-mock | ||
- hypothesis>=3.58.0 | ||
- s3fs<0.3 | ||
- pip | ||
- pyreadstat | ||
- pip: | ||
- moto |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.