Skip to content

Commit

Permalink
Update deprecated flag in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Jul 5, 2022
1 parent e44e071 commit eb81e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb81e32

Please sign in to comment.