Skip to content

Commit b323691

Browse files
authored
Update conditional for doctest step in tests.yml
1 parent 2799499 commit b323691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
DEBUG: true
210210

211211
- name: "Test Docstrings"
212-
if: (inputs.DOCSTRING == 'true') && !((inputs.test_any == 'true') && (matrix.os == 'ubuntu-latest'))
212+
if: (inputs.DOCSTRING == 'true')
213213
uses: ansys/pydpf-actions/[email protected]
214214
with:
215215
MODULE: ${{env.MODULE}}

0 commit comments

Comments
 (0)