From 3aba04885446291cb840e46712084185a5812eb1 Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Tue, 22 Dec 2020 15:45:16 +0100 Subject: [PATCH] Use correct conda env file --- .github/workflows/ci-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-conda.yml b/.github/workflows/ci-conda.yml index 761b4ec95bb..0a33891e803 100644 --- a/.github/workflows/ci-conda.yml +++ b/.github/workflows/ci-conda.yml @@ -58,7 +58,7 @@ jobs: uses: conda-incubator/setup-miniconda@v2 with: activate-environment: sage-build - environment-file: environment.yml + environment-file: src/environment.yml python-version: 3.8 auto-activate-base: false - name: Build