From eb81e3296ca88d4d60f1feb908c333990c5d5dbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Andr=C3=A9s=20Margffoy=20Tuay?= Date: Tue, 5 Jul 2022 17:25:55 -0500 Subject: [PATCH] Update deprecated flag in CI --- .github/workflows/windows_stable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows_stable.yml b/.github/workflows/windows_stable.yml index 3e34b71..bf4a801 100644 --- a/.github/workflows/windows_stable.yml +++ b/.github/workflows/windows_stable.yml @@ -38,14 +38,14 @@ jobs: shell: bash -l {0} run: | rustup component add llvm-tools-preview - echo "RUSTFLAGS=-Zinstrument-coverage" >> $GITHUB_ENV + echo "RUSTFLAGS=-Cinstrument-coverage" >> $GITHUB_ENV - name: Install miniconda uses: conda-incubator/setup-miniconda@v2 with: auto-update-conda: true activate-environment: test channels: conda-forge,defaults - python-version: 3.7 + python-version: 3.9 - name: Conda env info shell: bash -l {0} run: conda env list