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

Commit907aae8

Browse files
authored
Update pythonpackage.yml
Add 3.10.0-beta.3 to test matrix.(beta 4 out, but wouldn't install. Need to force cache emptying?)
1 parenta8e01c1 commit907aae8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎.github/workflows/pythonpackage.yml‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on:ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version:[3.6, 3.7, 3.8, 3.9]
18+
python-version:[3.6, 3.7, 3.8, 3.9, "3.10.0-beta.3"]
1919

2020
steps:
2121
-uses:actions/checkout@v2
@@ -62,7 +62,7 @@ jobs:
6262
pip install -r requirements-dev.txt
6363
pytest --cov --cov-report=term
6464
# pytest settings in tox.ini[pytest]
65-
continue-on-error:true
65+
continue-on-error:false
6666

6767
-name:Documentation
6868
run:|
@@ -75,5 +75,6 @@ jobs:
7575
# set -x
7676
# pip install nose
7777
# nosetests -v --with-coverage
78+
# continue-on-error: false
7879

7980

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp