From b51df4931b657964a3a1fd788da9ab0c6926baca Mon Sep 17 00:00:00 2001 From: tangkong Date: Wed, 25 Sep 2024 08:49:31 -0700 Subject: [PATCH] MNT: turn off conda tests --- .github/workflows/python-standard.yml | 46 +++++++++++++-------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/python-standard.yml b/.github/workflows/python-standard.yml index 44c5b19..657e558 100644 --- a/.github/workflows/python-standard.yml +++ b/.github/workflows/python-standard.yml @@ -60,30 +60,30 @@ jobs: with: args: "--all-files" - conda-test: - strategy: - fail-fast: false - matrix: - include: - - python-version: "3.9" - deploy-on-success: true - - python-version: "3.10" - - python-version: "3.11" - experimental: true - - python-version: "3.12" - experimental: true + # conda-test: + # strategy: + # fail-fast: false + # matrix: + # include: + # - python-version: "3.9" + # deploy-on-success: true + # - python-version: "3.10" + # - python-version: "3.11" + # experimental: true + # - python-version: "3.12" + # experimental: true - name: "Conda" - uses: ./.github/workflows/python-conda-test.yml - secrets: inherit - with: - package-name: ${{ inputs.package-name }} - python-version: ${{ matrix.python-version }} - experimental: ${{ matrix.experimental || false }} - deploy-on-success: ${{ matrix.deploy-on-success || false }} - testing-extras: ${{ inputs.testing-extras }} ${{ inputs.conda-testing-extras }} - system-packages: ${{ inputs.conda-system-packages }} - use-setuptools-scm: ${{ inputs.use-setuptools-scm }} + # name: "Conda" + # uses: ./.github/workflows/python-conda-test.yml + # secrets: inherit + # with: + # package-name: ${{ inputs.package-name }} + # python-version: ${{ matrix.python-version }} + # experimental: ${{ matrix.experimental || false }} + # deploy-on-success: ${{ matrix.deploy-on-success || false }} + # testing-extras: ${{ inputs.testing-extras }} ${{ inputs.conda-testing-extras }} + # system-packages: ${{ inputs.conda-system-packages }} + # use-setuptools-scm: ${{ inputs.use-setuptools-scm }} pip-test: strategy: