Skip to content

Commit d5b6ccf

Browse files
committed
ci: Use same conda environment for Mac/Linux/Windows
1 parent b4e15e9 commit d5b6ccf

File tree

4 files changed

+2
-15
lines changed

4 files changed

+2
-15
lines changed
File renamed without changes.

.github/workflows/conda/environment_windows.yml

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

.github/workflows/macos-linux-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
activate-environment: eigenpy
7373
auto-update-conda: true
74-
environment-file: .github/workflows/conda/environment_macos_linux.yml
74+
environment-file: .github/workflows/conda/environment_all.yml
7575
python-version: ${{ matrix.python-version }}
7676
auto-activate-base: false
7777

.github/workflows/windows-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
activate-environment: eigenpy
5555
auto-update-conda: true
56-
environment-file: .github/workflows/conda/environment_windows.yml
56+
environment-file: .github/workflows/conda/environment_all.yml
5757
python-version: "3.10"
5858
auto-activate-base: false
5959

0 commit comments

Comments
 (0)