Skip to content

Commit

Permalink
Updating pip install rose for workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
J-J-Abram committed Dec 6, 2024
1 parent 6368d36 commit 49c0b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Install Rose
working-directory: rose
run: |
pip install ."[tests,docs${{ (startsWith(matrix.os, 'ubuntu') && ',graph,rosa,rose-edit') || '' }}]"
pip install ."[tests,docs${{ (startsWith(matrix.os, 'ubuntu') && ',graph,rosa,rose-edit') || '' }}]" gobject
yarn install
- name: Install Cylc
Expand Down

0 comments on commit 49c0b65

Please sign in to comment.