We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c3c7c commit 79db562Copy full SHA for 79db562
.github/workflows/ci-windows.yml
@@ -30,16 +30,10 @@ jobs:
30
with:
31
activate-environment: pycppad
32
auto-update-conda: true
33
- environment-file: .github/workflows/conda/conda-env-win.yml
+ environment-file: .github/workflows/conda/conda-env.yml
34
python-version: 3.8
35
auto-activate-base: false
36
37
- - name: Setup cppad codegen
38
- if: contains(matrix.compiler.cmd, 'clang')
39
- shell: cmd /C CALL {0}
40
- run: |
41
- conda install cppadcodegen
42
-
43
- name: Build PyCppAD
44
shell: cmd /C CALL {0}
45
run: |
.github/workflows/conda/conda-env-win.yml
0 commit comments