This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Dependency bumps to fix cleaninstall CI #3588
Merged
Merged
Conversation
This file contains 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
mojtaba-komeili
changed the title
emoji order install changed
CircleCI cleaninstall_37 fix
Apr 14, 2021
mojtaba-komeili
force-pushed
the
circleci-tests
branch
from
April 14, 2021 04:58
dc30dfe
to
196194a
Compare
mojtaba-komeili
force-pushed
the
circleci-tests
branch
from
April 16, 2021 01:42
196194a
to
6fce4e2
Compare
Crowdsourcing test failure might be coming from Mephisto.
|
stephenroller
previously requested changes
Apr 16, 2021
This is curious as I've seen this pop up as a phantom error in the last few days, but without any changes that I've made. Possible something is going on, investigating. This one is a flakey test resolved by facebookresearch/Mephisto#341 |
mojtaba-komeili
commented
Apr 16, 2021
requirements.txt
Outdated
@@ -35,7 +35,7 @@ scipy==1.4.1 | |||
sh==1.12.14 | |||
sphinx_rtd_theme==0.4.3 | |||
sphinx-autodoc-typehints==1.10.3 | |||
Sphinx==2.2.0 | |||
Sphinx<4,>=2 |
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.
It was getting 4.0.0b1 for this one. Pre-release again.
stephenroller
changed the title
CircleCI test failures
Dependency bumps to fix cleaninstall CI
Apr 17, 2021
stephenroller
approved these changes
Apr 17, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Patch description
Trying to fix some of the recently broken ParlAI tests.