Skip to content

Commit 5ae7f33

Browse files
authored
Merge pull request #109 from Azure-Samples/matrix
Remove python versions for faster CI
2 parents dabdea2 + 53f3441 commit 5ae7f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/app-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
os: ["ubuntu-latest", "macos-latest-xlarge", "macos-13", "windows-latest"]
31-
python_version: ["3.10", "3.11", "3.12"]
31+
python_version: ["3.10"]
3232
exclude:
3333
- os: macos-latest-xlarge
3434
python_version: "3.10"

0 commit comments

Comments
 (0)