From 73d904c52d4c4f53f5e679af3ad1e662f1c9cc30 Mon Sep 17 00:00:00 2001 From: Tristan Walter <mooch443@googlemail.com> Date: Mon, 19 Oct 2020 12:34:52 +0200 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 175937c..5ffe647 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v2 - uses: conda-incubator/setup-miniconda@v1 with: - environment-file: example-environment.yml + environment-file: .github/environment.yml activate-environment: tracking python-version: ${{ matrix.python-version }} channels: main,conda-forge -- GitLab