Skip to content

Commit cd545b7

Browse files
Add Python 3.10 to conda build workflow
1 parent def1a49 commit cd545b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/conda_build_and_publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
with:
2323
subDir: 'Wrappers/Python/conda-recipe'
2424
channels: '-c conda-forge -c ccpi'
25+
test_pyver: 3.10
2526
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}
2627
publish: ${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') }}
2728
test_all: ${{(github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')) || (github.ref == 'refs/heads/master')}}

0 commit comments

Comments
 (0)