Skip to content

Commit 729d55d

Browse files
committed
Change order of packages in docs workflow.
1 parent 4ca1f0f commit 729d55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646

4747
- name: Install package
4848
run: |
49-
python -m pip install '.[doc]'
5049
python -m pip install tango-pyaml
5150
python -m pip install pyaml-cs-oa[tango]
5251
python -m pip install pyaml-cs-oa[epics]
52+
python -m pip install '.[doc]'
5353
5454
- name: Build documentation
5555
run: make html

0 commit comments

Comments
 (0)