Commit 6e00e23
authored
CU-869awy4ux: Set pretend version before installation of package. (#192)
This should fix the installation picking up (and trying to infer a version) from tags unrelated to medcat-den.
Currently, the workflow is picking up trainer's medcat-trainer/v3.1.0 tag and getting confused since that does not work for the regex (which expected medcat-den/v*).
And as such, the workflow is failing. See for example:
https://github.com/CogStack/cogstack-nlp/actions/runs/18660829454/job/532009314761 parent 2bee1c2 commit 6e00e23
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 67 | | |
72 | 68 | | |
73 | 69 | | |
74 | 70 | | |
75 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments