Skip to content

Commit a7ccdec

Browse files
committed
activating env
1 parent cc29f8f commit a7ccdec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/regression_tests_cpu_binaries.yml

+2
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
8787
- name: Conda info
8888
shell: bash -el {0}
8989
run: |
90+
conda create --name myenv
91+
conda activate myenv
9092
conda info
9193
python ts_scripts/install_dependencies.py --environment=dev
9294
python test/regression_tests.py --binaries --${{ matrix.binaries }} --nightly

0 commit comments

Comments
 (0)