MAINT: Update CI configurations and handle sanity checks#1440
Merged
HaoZeke merged 16 commits intoairspeed-velocity:mainfrom Nov 24, 2024
Merged
MAINT: Update CI configurations and handle sanity checks#1440HaoZeke merged 16 commits intoairspeed-velocity:mainfrom
HaoZeke merged 16 commits intoairspeed-velocity:mainfrom
Conversation
Since otherwise... the CI:
```bash
python3.7/site-packages/pip/_vendor/rich/console.py", line 41, in <module>
from pip._vendor.typing_extensions import (
File "/tmp/pytest-of-runner/pytest-0/test_custom_commands0/env/a80b4bcff004e7d21aafa78a5932418b/lib/python3.7/site-packages/pip/_vendor/typing_extensions.py", line 1039
def TypedDict(typename, fields=_marker, /, *, total=True, closed=False, **kwargs):
```
https://github.com/airspeed-velocity/asv/actions/runs/11886497250/job/33117760424?pr=1440
Not relevant to the test in question
Also do not attempt to print errors
Member
Author
|
Sorry, drafting this again for the |
R is a very heavy dependency for a very simple test..
Member
Author
|
Should be good to go. |
mattip
reviewed
Nov 23, 2024
mattip
reviewed
Nov 23, 2024
mattip
reviewed
Nov 23, 2024
Co-authored-by: mattip <mattip@users.noreply.github.com>
Member
Author
|
In it goes, thanks @mattip |
DimitriPapadopoulos
added a commit
to DimitriPapadopoulos/asv
that referenced
this pull request
Oct 4, 2025
I don't think Python 3.11 wheels got dropped on purpose in ac75a1b/airspeed-velocity#1440.
DimitriPapadopoulos
added a commit
to DimitriPapadopoulos/asv
that referenced
this pull request
Oct 4, 2025
I don't think Python 3.11 wheels got dropped on purpose in ac75a1b/airspeed-velocity#1440.
DimitriPapadopoulos
added a commit
to DimitriPapadopoulos/asv
that referenced
this pull request
Oct 7, 2025
I don't think Python 3.11 wheels got dropped on purpose in ac75a1b/airspeed-velocity#1440.
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.
Closes #1437. Closes #1384. Partially addresses #1438 by at the very least explaining that only
1.xis supported.Draft until:
[wheel build]works withupload-artifact@v4.