Skip to content
Snippets Groups Projects
Unverified Commit 2f58f354 authored by Justin Carpentier's avatar Justin Carpentier Committed by GitHub
Browse files

Merge pull request #215 from jcarpent/devel

Comply with new CI rules
parents df22f370 e7ba7a8b
No related branches found
No related tags found
No related merge requests found
Pipeline #12341 passed with warnings
......@@ -14,12 +14,16 @@ jobs:
run: |
git submodule update --init
- uses: goanpeca/setup-miniconda@v1
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
with:
activate-environment: eigenpy
environment-file: .github/workflows/conda/environment.yml
python-version: 3.7
- name: Build Eigenpy
shell: cmd /C CALL {0}
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: |
:: unset extra Boost envs
set Boost_ROOT=
......
Subproject commit 002cd0ff517ec4a31fabe6ec7fba759ada99ea51
Subproject commit 000a90190d1dca8b028f437095f2fddff0f9839b
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment