Skip to content

Commit d4f2c6c

Browse files
skip conda-anaconda-telemetry install
1 parent ac40648 commit d4f2c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-unittests-default_setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
set -x # print commands that are executed
5959
$CONDA/bin/conda init
6060
source /home/runner/.bashrc
61-
conda install python=${{ matrix.python-version }}
61+
conda install python=${{ matrix.python-version }} --no-deps conda-anaconda-telemetry
6262
pip install -r test-requirements.txt
6363
conda list
6464
python -m pytest -v -p no:warnings --durations=5 tests/unitary/default_setup

0 commit comments

Comments
 (0)