From ed700f61b8507b0f5928901588309c31e7f4c4b3 Mon Sep 17 00:00:00 2001 From: Alexei Lozovsky Date: Thu, 29 Apr 2021 22:49:01 +0900 Subject: [PATCH] [debug] add this thing that should fail --- .github/workflows/main.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0a0837f..c517be5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,6 +20,19 @@ jobs: steps: - name: Check out source code uses: actions/checkout@v2 + + - name: Setup miniconda + uses: conda-incubator/setup-miniconda@v2 + with: + activate-environment: z5-build-env + auto-update-conda: true + channels: conda-forge + environment-file: .github/workflows/environment.yaml + python-version: 3.7 + auto-activate-base: false + env: + ACTIONS_ALLOW_UNSECURE_COMMANDS: true + - name: Download Internet run: npm install - name: Enable Developer Command Prompt