Skip to content

Commit

Permalink
Move setup-graphviz step before setup-r in "pytest" CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Nov 2, 2022
1 parent fb610d0 commit 2110fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
run: echo "RETICULATE_PYTHON=$pythonLocation" >> $GITHUB_ENV
shell: bash

- uses: ts-graphviz/setup-graphviz@v1

- uses: r-lib/actions/setup-r@v2
id: setup-r

Expand All @@ -107,8 +109,6 @@ jobs:
version: ${{ env.GAMS_VERSION }}
license: ${{ secrets.GAMS_LICENSE }}

- uses: ts-graphviz/setup-graphviz@v1

- name: Install ixmp and dependencies
working-directory: ixmp
run: pip install .
Expand Down

0 comments on commit 2110fde

Please sign in to comment.