Skip to content

Commit 27f996d

Browse files
authored
ci(post): fix platform detection in pydpf-post test pipeline (#2811)
1 parent d5ca5a0 commit 27f996d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pydpf-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: "Build ansys-dpf-core wheel"
7878
shell: bash
7979
run: |
80-
if [ ${{ matrix.os }} == "ubuntu-latest" ]; then
80+
if [[ ${{ matrix.os }} == *"ubuntu"* ]]; then
8181
export platform="manylinux_2_17"
8282
else
8383
export platform="win"

0 commit comments

Comments
 (0)