Skip to content

Commit efb28e4

Browse files
authored
Only run docstring tests for the main Python version tested (#679)
1 parent 3c96057 commit efb28e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797

9898
- name: "Test Docstrings"
9999
uses: ansys/pydpf-actions/[email protected]
100+
if: ${{ matrix.python-version == env.MAIN_PYTHON_VERSION }}
100101
with:
101102
MODULE: ${{env.MODULE}}
102103
PACKAGE_NAME: ${{env.PACKAGE_NAME}}

0 commit comments

Comments
 (0)