diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 644c1ef4..596f0901 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,8 +15,10 @@ jobs: strategy: matrix: - os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-11', 'macos-12', 'windows-2022'] - python-version: ['3.7', '3.8', '3.9', '3.10', 3.11] + # os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-11', 'macos-12', 'windows-2022'] + # python-version: ['3.7', '3.8', '3.9', '3.10', 3.11] + os: ['windows-2022'] + python-version: ['3.10'] runs-on: ${{ matrix.os }} @@ -40,6 +42,4 @@ jobs: pip3 install -r requirements.txt - name: Run Tests - run: | - python3 --version - python3 run_tests.py + run: ./run_tests.py