Skip to content

Commit e132320

Browse files
Update conda-package.yml
removed '3.10' from upload_windows matrix, since this is not being built
1 parent 1f8e4b3 commit e132320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
runs-on: windows-latest
313313
strategy:
314314
matrix:
315-
python: ['3.8', '3.9', '3.10']
315+
python: ['3.8', '3.9']
316316
steps:
317317
- name: Download artifact
318318
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)