From 736ab5259e7d8186d9ba46dd97e6655ec3924f6b Mon Sep 17 00:00:00 2001 From: ssun30 Date: Tue, 1 Oct 2024 15:41:00 -0400 Subject: [PATCH] Added changelog to workflow file --- .github/workflows/CI.yml | 1 + .github/workflows/docs.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5d17614cd3..8be6798625 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,6 +25,7 @@ # 2023-07-17 - made it pass by default # 2023-07-21 - upload the regression results summary as artifact (for use as a comment on PRs) # 2023-07-31 - removed option to run from RMG-database with GitHub resuable workflows +# 2024-10-01 - deprecated Mambaforge with Miniforge3 for environment creation name: Continuous Integration diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8ef810f67f..43ab6b0ab1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -27,10 +27,10 @@ jobs: fetch-depth: 0 - name: Setup Mambaforge Python 3.7 - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3 with: environment-file: environment.yml - miniforge-variant: Mambaforge + miniforge-variant: Miniforge3 miniforge-version: latest python-version: 3.7 activate-environment: rmg_env