From 2e29cfe160b877686566f4bcdf277def9f9dc780 Mon Sep 17 00:00:00 2001 From: Alejandro Santana-Bonilla <62341142+alejandrosantanabonilla@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:38:00 +0000 Subject: [PATCH] Update conda.yml --- .github/workflows/conda.yml | 1 - 1 file changed, 1 deletion(-) 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}