Skip to content

Commit 697a278

Browse files
authored
Revert "Fix in windows unit test" (#1117)
1 parent e9a2eb7 commit 697a278

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.circleci/unittest/windows_optdepts/scripts/environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ dependencies:
1616
- pyyaml
1717
- scipy
1818
- coverage
19-
- msvc-runtime

.circleci/unittest/windows_optdepts/scripts/setup_env.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ if [ ! -d "${conda_dir}" ]; then
2626
fi
2727

2828
eval "$(${conda_dir}/Scripts/conda.exe 'shell.bash' 'hook')"
29-
conda config --set channel_priority strict
30-
conda update -n base -c defaults conda
3129

3230
# 2. Create test environment at ./env
3331
if [ ! -d "${env_dir}" ]; then

0 commit comments

Comments
 (0)