We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c22d6 commit aa5e3e3Copy full SHA for aa5e3e3
.github/workflows/pythonpackage.yml
@@ -36,6 +36,7 @@ jobs:
36
run: |
37
pip install ${{ matrix.pip-flags }} ".[dev]"
38
python -c "import pydra.tasks.TODO as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
39
+ python -c "import pydra as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
40
- name: Test with pytest
41
42
pytest -sv --doctest-modules pydra/tasks/TODO
0 commit comments