diff --git a/.github/workflows/cli_ci.yaml b/.github/workflows/cli_ci.yaml index f1db190..9a21d05 100644 --- a/.github/workflows/cli_ci.yaml +++ b/.github/workflows/cli_ci.yaml @@ -11,7 +11,8 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + #os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest] python-version: ["3.11"] runs-on: ${{ matrix.os }} steps: