From aeb3cbe1bbb7c2b4747d6c54125d62fc6227a85b Mon Sep 17 00:00:00 2001 From: Carson Sears Date: Mon, 20 May 2024 10:48:14 -0500 Subject: [PATCH] update actions --- .github/workflows/actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 1803415..e935f9d 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -16,6 +16,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: conda-incubator/setup-miniconda@v3 + name: Setup Conda with: auto-update-conda: true - name: Install requirements