Skip to content

Commit fde6c46

Browse files
Merge branch 'main' into ODSC-65657/ignore_config_validation
2 parents d7ff57d + 2a685df commit fde6c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-unittests-default_setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "[Py3.8-3.11] - Default Tests"
1+
name: "[Py3.9-3.11] - Default Tests"
22

33
on:
44
workflow_dispatch:
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
python-version: ["3.8", "3.9", "3.10", "3.11"]
36+
python-version: ["3.9", "3.10", "3.11"]
3737

3838
steps:
3939
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)