Skip to content

Commit 79db562

Browse files
committed
ci: Factorize CI conda environment
1 parent b8c3c7c commit 79db562

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,10 @@ jobs:
3030
with:
3131
activate-environment: pycppad
3232
auto-update-conda: true
33-
environment-file: .github/workflows/conda/conda-env-win.yml
33+
environment-file: .github/workflows/conda/conda-env.yml
3434
python-version: 3.8
3535
auto-activate-base: false
3636

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-
4337
- name: Build PyCppAD
4438
shell: cmd /C CALL {0}
4539
run: |

.github/workflows/conda/conda-env-win.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)