Skip to content
Snippets Groups Projects
Verified Commit e7ba7a8b authored by Justin Carpentier's avatar Justin Carpentier
Browse files

ci: update GitHub Action following new rules

parent 53ee7652
No related branches found
No related tags found
No related merge requests found
Pipeline #12335 passed with warnings
...@@ -14,12 +14,16 @@ jobs: ...@@ -14,12 +14,16 @@ jobs:
run: | run: |
git submodule update --init git submodule update --init
- uses: goanpeca/setup-miniconda@v1 - uses: goanpeca/setup-miniconda@v1
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
with: with:
activate-environment: eigenpy activate-environment: eigenpy
environment-file: .github/workflows/conda/environment.yml environment-file: .github/workflows/conda/environment.yml
python-version: 3.7 python-version: 3.7
- name: Build Eigenpy - name: Build Eigenpy
shell: cmd /C CALL {0} shell: cmd /C CALL {0}
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: | run: |
:: unset extra Boost envs :: unset extra Boost envs
set Boost_ROOT= set Boost_ROOT=
......
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