We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc29f8f commit a7ccdecCopy full SHA for a7ccdec
.github/workflows/regression_tests_cpu_binaries.yml
@@ -87,6 +87,8 @@ jobs:
87
- name: Conda info
88
shell: bash -el {0}
89
run: |
90
+ conda create --name myenv
91
+ conda activate myenv
92
conda info
93
python ts_scripts/install_dependencies.py --environment=dev
94
python test/regression_tests.py --binaries --${{ matrix.binaries }} --nightly
0 commit comments