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