Skip to content

Commit

Permalink
MNT: turn off conda tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tangkong committed Sep 25, 2024
1 parent a3f510a commit b51df49
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/python-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b51df49

Please sign in to comment.