diff --git a/.github/workflows/pre-commit-ci.yml b/.github/workflows/pre-commit-ci.yml index 9c37256..8de3221 100644 --- a/.github/workflows/pre-commit-ci.yml +++ b/.github/workflows/pre-commit-ci.yml @@ -5,7 +5,6 @@ name: Run pre-commit hooks on: - pull_request: jobs: pre-commit-ci: diff --git a/.github/workflows/testing-and-coverage.yml b/.github/workflows/testing-and-coverage.yml index 00c3fb6..be8f63f 100644 --- a/.github/workflows/testing-and-coverage.yml +++ b/.github/workflows/testing-and-coverage.yml @@ -30,7 +30,7 @@ jobs: miniforge-version: latest miniforge-variant: Mambaforge use-mamba: true - environment-file: environment.yml + environment-file: deepdisc-env-nobuilds.yml activate-environment: deepdisc - name: Install dependencies run: |