Merged
Conversation
mroeschke
reviewed
Aug 25, 2023
.github/workflows/unit-tests.yml
Outdated
| . ~/virtualenvs/pandas-dev/bin/activate | ||
| python -m pip install --no-cache-dir -U pip wheel setuptools meson[ninja]==1.0.1 meson-python==0.13.1 | ||
| python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytz pytest>=7.3.2 pytest-xdist>=2.2.0 pytest-asyncio>=0.17 hypothesis>=6.46.1 | ||
| python -m pip install --no-cache-dir versioneer[toml] cython<3.0.1 numpy python-dateutil pytz pytest>=7.3.2 pytest-xdist>=2.2.0 pytest-asyncio>=0.17 hypothesis>=6.46.1 |
Member
There was a problem hiding this comment.
I think you might need to quote this. I think bash is interpreting 3.0.1 as a file
mroeschke
reviewed
Aug 25, 2023
mroeschke
reviewed
Aug 25, 2023
mroeschke
approved these changes
Aug 25, 2023
|
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
Contributor
Author
|
@meeseeksdev backport 2.1.x |
meeseeksmachine
pushed a commit
to meeseeksmachine/pandas
that referenced
this pull request
Aug 26, 2023
phofl
pushed a commit
that referenced
this pull request
Aug 26, 2023
Backport PR #54759: CI: Pin more cython Co-authored-by: Thomas Li <47963215+lithomas1@users.noreply.github.com>
mroeschke
added a commit
to mroeschke/pandas
that referenced
this pull request
Sep 11, 2023
* CI: Pin more cython * Update actions-311-numpydev.yaml * Update unit-tests.yml * Update .github/workflows/unit-tests.yml * Update .github/workflows/unit-tests.yml --------- Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
doc/source/whatsnew/vX.X.X.rstfile if fixing a bug or adding a new feature.