From e4d3f4833363147d65e715b45ff2d40234c19b40 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Thu, 25 Apr 2024 13:21:18 -0400 Subject: [PATCH] restore options --- .github/workflows/testing.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index da75b0a0a..5d948a837 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -12,6 +12,9 @@ jobs: python-version: ["3.8", "3.9", "3.10", "3.11"] steps: - uses: conda-incubator/setup-miniconda@v3 + with: + auto-update-conda: true + python-version: ${{ matrix.python-version }} - uses: actions/checkout@v3 - run: git fetch --prune --unshallow --tags