From 781535f69c4fa02e3dd84aa5fbbe59c25f3c5897 Mon Sep 17 00:00:00 2001 From: Arjun Suresh Date: Fri, 20 Sep 2024 13:12:02 +0100 Subject: [PATCH] Update test-cm-script-features.yml --- .github/workflows/test-cm-script-features.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-cm-script-features.yml b/.github/workflows/test-cm-script-features.yml index 65c9fba4d..0ebca3f2b 100644 --- a/.github/workflows/test-cm-script-features.yml +++ b/.github/workflows/test-cm-script-features.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.12", "3.11", "3.8"] + python-version: ["3.12", "3.8"] on: [ubuntu-latest, windows-latest, macos-latest] runs-on: "${{ matrix.on }}" steps: @@ -35,9 +35,12 @@ jobs: cd cm python -m pip install . cm init + - name: Run test_docker on linux + if: runner.os == 'linux' + run: | + python script/test-cm-core/src/script/test_docker.py - name: Test CM Script Features run: | python tests/script/test_deps.py python tests/script/test_install.py - python tests/script/test_docker.py python tests/script/test_features.py