From ef2f0a173de3a59e2b5af51aa7661595e72d7e8b Mon Sep 17 00:00:00 2001 From: Anutosh Bhat Date: Fri, 13 Dec 2024 14:54:25 +0530 Subject: [PATCH] Remove environment-wasm-build.yml file as redundant (#391) --- .github/workflows/ci.yml | 2 -- .github/workflows/deploy-pages.yml | 2 -- environment-wasm-build.yml | 5 ----- 3 files changed, 9 deletions(-) delete mode 100644 environment-wasm-build.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b289612..d464e517 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1517,10 +1517,8 @@ jobs: - name: install mamba uses: mamba-org/setup-micromamba@main with: - environment-file: environment-wasm-build.yml init-shell: >- ${{ matrix.micromamba_shell_init }} - environment-name: CppInterOp-wasm-build - name: Setup emsdk shell: bash -l {0} diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index a0415ed1..3b2baa48 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -68,10 +68,8 @@ jobs: - name: install mamba uses: mamba-org/setup-micromamba@main with: - environment-file: environment-wasm-build.yml init-shell: >- ${{ matrix.micromamba_shell_init }} - environment-name: CppInterOp-wasm-build - name: Setup emsdk shell: bash -l {0} diff --git a/environment-wasm-build.yml b/environment-wasm-build.yml deleted file mode 100644 index ed9643ab..00000000 --- a/environment-wasm-build.yml +++ /dev/null @@ -1,5 +0,0 @@ -name: CppInterOp-wasm-build -channels: - - conda-forge -dependencies: - - cmake