We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28dd510 commit 28e1874Copy full SHA for 28e1874
3 files changed
.github/workflows/ci-windows-clang.yml
@@ -59,8 +59,7 @@ jobs:
59
-DCMAKE_INSTALL_PREFIX=%CONDA_PREFIX%\Library ^
60
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ^
61
..
62
- cmake --build ${{github.workspace}}/CppAD/build --config ${{env.BUILD_TYPE}} --target check install
63
- cd ${{github.workspace}}/CppAD/build/
+ cmake --build ${{github.workspace}}/CppAD/build --config ${{env.BUILD_TYPE}} --target install
64
65
cd ${{github.workspace}}
66
.github/workflows/ci-windows-v142.yml
@@ -34,6 +34,7 @@ jobs:
34
- name: Install cmake and update conda
35
run: |
36
conda install cmake -c main
37
+ conda install cppadcodegen -c conda-forge
38
39
- name: Build PyCppAD
40
shell: cmd /C CALL {0}
.github/workflows/conda/conda-env-win.yml
@@ -6,4 +6,3 @@ dependencies:
6
- boost
7
- eigenpy
8
- python
9
- - cppadcodegen
0 commit comments