Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed May 9, 2024
1 parent 8d573e4 commit 748535b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tims_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
path: cylc-flow
ref: ${{ inputs.cylc-flow-tag }}

- name: install pygraphviz
run: conda install graphviz pygraphviz -c conda-forge -y
# - name: install pygraphviz
# run: conda install graphviz pygraphviz -c conda-forge -y

- name: install cylc-flow
run: pip install -e cylc-flow
run: pip install -e cylc-flow --no-deps

- name: configure git
uses: cylc/release-actions/configure-git@v1
Expand Down

0 comments on commit 748535b

Please sign in to comment.