Skip to content

Commit aa5e3e3

Browse files
committed
CI: Verify pydra still loading
1 parent c5c22d6 commit aa5e3e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
run: |
3737
pip install ${{ matrix.pip-flags }} ".[dev]"
3838
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__}')"
3940
- name: Test with pytest
4041
run: |
4142
pytest -sv --doctest-modules pydra/tasks/TODO

0 commit comments

Comments
 (0)