From 74e704b02306c0a7a23d8015e438a6d79b47877a Mon Sep 17 00:00:00 2001 From: Andrew DiLosa Date: Mon, 16 May 2022 21:08:48 -0700 Subject: [PATCH] remove old test for default python version --- .github/workflows/test-python.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index f8758e17..0a6d2933 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -13,26 +13,6 @@ on: workflow_dispatch: jobs: - default-version: - name: Setup default version - runs-on: ${{ matrix.os }} - strategy: - fail-fast: false - matrix: - os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-20.04] - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: setup default python - uses: ./ - - - name: Validate version - run: python --version - - - name: Run simple python code - run: python -c 'import math; print(math.factorial(5))' - setup-versions-from-manifest: name: Setup ${{ matrix.python }} ${{ matrix.os }} runs-on: ${{ matrix.os }}