[debug] add this thing that should fail

This commit is contained in:
Alexei Lozovsky
2021-04-29 22:49:01 +09:00
parent 529b6c1c09
commit ed700f61b8
+13
View File
@@ -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