Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[WIP] Use test matrix formypy,pytest#279

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
MaxDall wants to merge14 commits intomaster
base:master
Choose a base branch
Loading
fromci_test_matrix
Draft
Changes from1 commit
Commits
Show all changes
14 commits
Select commitHold shift + click to select a range
8f2e063
use os|python_version matrix for `pytest`, `mypy` actions
MaxDallJul 10, 2023
e06049f
remove python version 3.7 from matrix
MaxDallJul 10, 2023
abb5b5e
remove python version 3.7 from matrix
MaxDallJul 10, 2023
5ff1c2c
fix some bugs
MaxDallJul 10, 2023
d2b39ac
continue on error
MaxDallJul 10, 2023
ee90ab8
include python version 3.9
MaxDallJul 12, 2023
e24616f
rework cache
MaxDallJul 12, 2023
d2c95ab
rename cache key
MaxDallJul 12, 2023
cfcc3c8
fix a bug
MaxDallJul 12, 2023
8ce162d
fix another bug and add 3.10
MaxDallJul 12, 2023
4b89921
add bete macOS 13 and bump up python version one more
MaxDallJul 12, 2023
be14db1
return to macos-latest
MaxDallJul 12, 2023
f851cd6
Merge branch 'unbatch-fundus' into ci_test_matrix
MaxDallFeb 15, 2024
42ed26c
fix cache key and remove macos, windows from mypy run
MaxDallFeb 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
include python version 3.9
  • Loading branch information
@MaxDall
MaxDall authoredJul 12, 2023
commitee90ab81bccbf65d4fb2af4e886586b165d6d0f8
4 changes: 2 additions & 2 deletions.github/workflows/tests.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ "3.8" ]
python-version: [ "3.8", "3.9" ]
continue-on-error: true
steps:
- uses: actions/checkout@v3
Expand DownExpand Up@@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ "3.8" ]
python-version: [ "3.8", "3.9" ]
continue-on-error: true
steps:
- uses: actions/checkout@v3
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp