Skip to content

Commit 53794bc

Browse files
authored
Update testing_pr.yml
1 parent 645c0ec commit 53794bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/testing_pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,13 @@ jobs:
3131
activate-environment: ""
3232

3333
- name: Install Python dependencies on Linux/MacOS
34+
shell: bash -el {0}
3435
if: startsWith(matrix.os, 'windows') != true
3536
run: |
3637
conda create -n occ python=${{ matrix.python-version }} pythonocc-core
38+
conda info
3739
conda activate occ
40+
conda info
3841
python -m pip install --upgrade pip
3942
python -m pip install smithers[vtk]
4043
python -m pip install .[test]

0 commit comments

Comments
 (0)