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
d4246081
Verified
Commit
d4246081
authored
Oct 04, 2020
by
Justin Carpentier
Browse files
ci: deactivate Python bindings for v142
parent
fe43ef09
Pipeline
#11568
passed with stage
in 215 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/windows-conda-v142.yml
View file @
d4246081
...
...
@@ -55,7 +55,7 @@ jobs:
-DPYTHON_SITELIB=%CONDA_PREFIX%\Lib\site-packages ^
-DPYTHON_EXECUTABLE=%CONDA_PREFIX%\python.exe ^
-DBUILD_WITH_URDF_SUPPORT=ON ^
-DBUILD_PYTHON_INTERFACE=O
N
^
-DBUILD_PYTHON_INTERFACE=O
FF
^
-DBUILD_WITH_COLLISION_SUPPORT=OFF ^
..
...
...
@@ -66,6 +66,6 @@ jobs:
set PATH=%PATH%;%CONDA_PREFIX%\Lib\site-packages\pinocchio
ctest --output-on-failure -C Release -V
:: Test Python import
cd ..
python -c "import pinocchio"
#
:: Test Python import
#
cd ..
#
python -c "import pinocchio"
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