From a408ee7d0c12175dfafa30c79e03812fa5713732 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Sun, 28 Apr 2024 22:31:31 -0400 Subject: [PATCH] adjust streaming workflow too --- .github/workflows/streaming-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/streaming-tests.yml b/.github/workflows/streaming-tests.yml index 8e2a57d9a..eac10a31b 100644 --- a/.github/workflows/streaming-tests.yml +++ b/.github/workflows/streaming-tests.yml @@ -11,11 +11,11 @@ jobs: os: ["ubuntu-latest", "macos-latest", "windows-latest"] python-version: ["3.8", "3.11"] steps: - - uses: s-weigand/setup-conda@v1 + - uses: conda-incubator/setup-miniconda@v3 with: - update-conda: true + auto-update-conda: true python-version: ${{ matrix.python-version }} - conda-channels: conda-forge + channels: conda-forge - uses: actions/checkout@v3 - run: git fetch --prune --unshallow --tags