From 75590ab4c22849b1c85f430d279cf7bf77d2f212 Mon Sep 17 00:00:00 2001 From: jessicaw9910 Date: Wed, 26 Feb 2025 16:11:55 -0500 Subject: [PATCH] use schema_test_env.yaml instead to try to resolve mkt-schema' requires a different Python: 3.13.2 not in '<3.12,>=3.9' --- .github/workflows/schema-ci.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/schema-ci.yaml b/.github/workflows/schema-ci.yaml index 0d018f08..09bda604 100644 --- a/.github/workflows/schema-ci.yaml +++ b/.github/workflows/schema-ci.yaml @@ -38,26 +38,22 @@ jobs: df -h ulimit -a - # More info on options: https://github.com/marketplace/actions/provision-with-micromamba - # https://github.com/mamba-org/provision-with-micromamba#migration-to-setup-micromamba%60 - uses: mamba-org/setup-micromamba@v1 with: - environment-file: devtools/conda-envs/test_env.yaml - environment-name: test + environment-file: devtools/conda-envs/schema_test_env.yaml + environment-name: schema_test # conda-forge is the default channel now and does not need to be specified channels: conda-forge,defaults extra-specs: | python=${{ matrix.python-version }} - name: Install package - # conda setup requires this special shell shell: bash -l {0} run: | python -m pip install -e ./missense_kinase_toolkit/schema --no-deps micromamba list - name: Run tests - # conda setup requires this special shell shell: bash -l {0} run: | set -e