Skip to content

Commit d0e3a91

Browse files
committed
Test of builda-and-upload-conda-packages with branch diego-testing
1 parent d07a232 commit d0e3a91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_and_upload_conda_packages.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
strategy:
1414
fail-fast: false # do not cancel all in-progress jobs if any job variation fails
1515
matrix:
16-
python-version: ["3.10", "3.11", "3.12"]
16+
#python-version: ["3.10", "3.11", "3.12"]
17+
python-version: ["3.12"]
1718

1819
steps:
1920

0 commit comments

Comments
 (0)