Skip to content

Commit 3ad4139

Browse files
committed
Test also with main branch of Python
1 parent 932b987 commit 3ad4139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
version: [3.7, 3.8, 3.9, '3.10', 3.11]
14+
branch: [3.7, 3.8, 3.9, '3.10', 3.11, origin/main]
1515
steps:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-python@v4
@@ -35,7 +35,7 @@ jobs:
3535
--skip-cache-invalidation
3636
--theme $(pwd)
3737
--language en
38-
--branch ${{ matrix.version }}
38+
--branch ${{ matrix.branch }}
3939
- name: Upload
4040
uses: actions/upload-artifact@v3
4141
with:

0 commit comments

Comments
 (0)