Skip to content

Commit d964299

Browse files
committed
fix: Make sure we install the latest release for the...
schema compatibility check.
1 parent 9a65a2c commit d964299

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/schema-compatibility-cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
python-version: "3.13"
1616

17-
- run: pip install openhexa.sdk
17+
- run: pip install --upgrade openhexa.sdk
1818

1919
- run: pip install requests
2020

0 commit comments

Comments
 (0)