From 5fdbf45ae7117be7128e06fc1fa756393cad2ae4 Mon Sep 17 00:00:00 2001 From: Caroline Malin-Mayor Date: Thu, 22 Feb 2024 20:49:29 -0500 Subject: [PATCH] Fix typo in environment file specification --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 51bb95f..7f65d09 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -21,7 +21,7 @@ jobs: uses: conda-incubator/setup-miniconda@v3 with: python-version: ${{ matrix.python-version }} - environment_file: conda_environment.yml + environment-file: conda_environment.yml channel-priority: true - name: Install pip dependencies shell: bash -el {0} # this is necessary to activate the conda env