Skip to content

Commit

Permalink
Merge pull request #85 from cylc/actions
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
wxtim authored Aug 23, 2024
2 parents 3eacddf + 0b507ac commit 23c8296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
run: |
set -x
sudo apt-get install -y graphviz
pip install git+https://github.com/cylc/cylc-flow/ # install latest cylc-flow
pip install -e .[all]
pip install git+https://github.com/cylc/cylc-flow/ -e .[all]
- name: pycodestyle
run: pycodestyle .
Expand Down
2 changes: 1 addition & 1 deletion cylc/sphinx_ext/cylc_lang/autodocumenters.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_obj_from_module(namespace):
Examples:
>>> get_obj_from_module('os') # doctest: +ELLIPSIS
<module 'os' from ...>
<module 'os' ...>
>>> get_obj_from_module('os.walk') # doctest: +ELLIPSIS
<function walk at ...>
>>> get_obj_from_module('os.path.join') # doctest: +ELLIPSIS
Expand Down

0 comments on commit 23c8296

Please sign in to comment.