diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 388d06e..fd924d0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,8 +26,8 @@ jobs: with: miniforge-version: latest python-version: ${{ matrix.python-version }} + environment-file: continuous_integration/environment.yaml activate-environment: test-environment - channels: conda-forge - name: Install pygac-fdr shell: bash -l {0} run: |