Skip to content

Commit

Permalink
Ensure jep version is 4.2.0 (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtirado authored Dec 21, 2023
1 parent fc238d5 commit 643bc02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<executable>pip</executable>
<arguments>
<argument>install</argument>
<argument>jep</argument>
<argument>jep==4.2.0</argument>
</arguments>
</configuration>
</execution>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<executable>pip</executable>
<arguments>
<argument>install</argument>
<argument>jep</argument>
<argument>jep==4.2.0</argument>
</arguments>
</configuration>
</execution>
Expand Down

0 comments on commit 643bc02

Please sign in to comment.