Skip to content

Commit

Permalink
ci: Factorize CI conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed May 21, 2024
1 parent 5356834 commit 52a6f00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,10 @@ jobs:
with:
activate-environment: pycppad
auto-update-conda: true
environment-file: .github/workflows/conda/conda-env-win.yml
environment-file: .github/workflows/conda/conda-env.yml
python-version: 3.8
auto-activate-base: false

- name: Setup cppad codegen
if: contains(matrix.compiler.cmd, 'clang')
shell: cmd /C CALL {0}
run: |
conda install cppadcodegen
- name: Build PyCppAD
shell: cmd /C CALL {0}
run: |
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/conda/conda-env-win.yml

This file was deleted.

0 comments on commit 52a6f00

Please sign in to comment.