We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac40648 commit d4f2c6cCopy full SHA for d4f2c6c
.github/workflows/run-unittests-default_setup.yml
@@ -58,7 +58,7 @@ jobs:
58
set -x # print commands that are executed
59
$CONDA/bin/conda init
60
source /home/runner/.bashrc
61
- conda install python=${{ matrix.python-version }}
+ conda install python=${{ matrix.python-version }} --no-deps conda-anaconda-telemetry
62
pip install -r test-requirements.txt
63
conda list
64
python -m pytest -v -p no:warnings --durations=5 tests/unitary/default_setup
0 commit comments