Skip to content

Commit 2d7b82b

Browse files
committed
ci: test import fix
1 parent 11aa671 commit 2d7b82b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ jobs:
123123
uses: ansys/pydpf-actions/[email protected]
124124

125125
- name: "Test import"
126-
shell: pwsh
127-
working-directory: tests
126+
shell: bash
127+
# working-directory: tests
128128
run: |
129129
python -m pip install dist/${{ steps.wheel.outputs.wheel_name }}[plotting]
130130
python -c "from ansys.dpf import core"

0 commit comments

Comments
 (0)