Skip to content

Commit 971bab2

Browse files
author
ChidcGithub
committed
Fix CI: install dependencies before getting version
The release job was failing because it tried to import cognipy without installing pydantic dependency.
1 parent 62f911c commit 971bab2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ jobs:
118118
name: dist
119119
path: dist/
120120

121+
- name: Install dependencies
122+
run: pip install -e .
123+
121124
- name: Get version
122125
id: version
123126
run: |

0 commit comments

Comments
 (0)