File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 5959 -DCMAKE_INSTALL_PREFIX=%CONDA_PREFIX%\Library ^
6060 -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ^
6161 ..
62- cmake --build ${{github.workspace}}/CppAD/build --config ${{env.BUILD_TYPE}} --target check install
63- cd ${{github.workspace}}/CppAD/build/
62+ cmake --build ${{github.workspace}}/CppAD/build --config ${{env.BUILD_TYPE}} --target install
6463
6564 cd ${{github.workspace}}
6665
Original file line number Diff line number Diff line change 3434 - name : Install cmake and update conda
3535 run : |
3636 conda install cmake -c main
37+ conda install cppadcodegen -c conda-forge
3738
3839 - name : Build PyCppAD
3940 shell : cmd /C CALL {0}
Original file line number Diff line number Diff line change @@ -6,4 +6,3 @@ dependencies:
66 - boost
77 - eigenpy
88 - python
9- - cppadcodegen
You can’t perform that action at this time.
0 commit comments