Skip to content

Commit 907aae8

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 parent a8e01c1 commit 907aae8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pythonpackage.yml

+3-2
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)