We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ee765 commit e7ba7a8Copy full SHA for e7ba7a8
.github/workflows/windows-conda.yml
@@ -14,12 +14,16 @@ jobs:
14
run: |
15
git submodule update --init
16
- uses: goanpeca/setup-miniconda@v1
17
+ env:
18
+ ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
19
with:
20
activate-environment: eigenpy
21
environment-file: .github/workflows/conda/environment.yml
22
python-version: 3.7
23
- name: Build Eigenpy
24
shell: cmd /C CALL {0}
25
26
27
28
:: unset extra Boost envs
29
set Boost_ROOT=
0 commit comments