diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 18a37c7..3ed6ec6 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -32,7 +32,6 @@ jobs: auto-update-conda: true channels: conda-forge, defaults # Add channels as needed python-version: ${{ matrix.python-version }} - environment-file: environment.yml # Replace with your environment file - name: Conda check shell: bash -l {0}