Skip to content

Commit

Permalink
build: 👷 fix copier dependency (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
xaf authored May 6, 2024
1 parent 3f7c4d1 commit 0d03fb0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,11 @@ jobs:
clientMutationId
}
}
EOM)
EOM
)
for commentId in ${{ env.BOT_COMMENTS }}; do
hub api graphql -f id="$commentId" -f query="$QUERY"
gh api graphql -F id="$commentId" -F query="$QUERY"
echo
done
Expand Down
3 changes: 1 addition & 2 deletions tests/end-to-end/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
pydantic<2
copier
copier>=9.2.0
requests
1 change: 1 addition & 0 deletions tests/end-to-end/test_qolsysgw.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ def _check_entity_states(self, ctx, expected_states, msg=None):
**expected_state,
'context': mock.ANY,
'last_changed': ISODATE,
'last_reported': ISODATE,
'last_updated': ISODATE,
}

Expand Down

0 comments on commit 0d03fb0

Please sign in to comment.