Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
pinocchio
Commits
1cdcc098
Verified
Commit
1cdcc098
authored
Apr 11, 2021
by
Justin Carpentier
Browse files
ci: fix conda
parent
896ccc34
Pipeline
#13992
passed with stage
in 116 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/macos-conda.yml
View file @
1cdcc098
...
...
@@ -21,11 +21,15 @@ jobs:
python-version
:
3.8
-
name
:
Install cmake and update conda
shell
:
bash -l {0}
run
:
|
conda activate pinocchio
conda install cmake -c main
-
name
:
Build Pinocchio
shell
:
bash -l {0}
run
:
|
conda activate pinocchio
echo $CONDA_PREFIX
mkdir build
...
...
@@ -39,6 +43,7 @@ jobs:
make install
-
name
:
Uninstall Pinocchio
shell
:
bash -l {0}
run
:
|
cd build
make uninstall
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment