File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 6363 if [ -f dev/dev-requirements.txt ]; then pip install -r dev/dev-requirements.txt; fi
6464 - name : Validate Python code
6565 run : pylint --max-line-length=140 python/varspark --rcfile python/pylintrc
66+ - name : Pull in hail-is snapshot jar
67+ run : |
68+ curl -o hail-is.jar https://oss.sonatype.org/service/local/repositories/snapshots/content/au/csiro/aehrc/third/hail-is/hail_2.12_3.1/0.2.74-SNAPSHOT/hail_2.12_3.1-0.2.74-20240126.014320-5.jar
69+ mvn install:install-file \
70+ -Dfile=hail-is.jar \
71+ -DgroupId=au.csiro.aehrc.third.hail-is \
72+ -DartifactId=hail_2.12_3.1 \
73+ -Dversion=0.2.74 \
74+ -Dpackaging=jar \
75+ -DgeneratePom=true
6676 - name : Build with Maven
6777 run : mvn -Dbuild.type=${BUILD_TYPE} -B package --file pom.xml
6878 - name : Test with pytest
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >au.csiro.aehrc.variant-spark</groupId >
66 <artifactId >variant-spark_2.12</artifactId >
7- <version >0.5.4 </version >
7+ <version >0.5.5 </version >
88 <packaging >jar</packaging >
99
1010 <name >variant-spark</name >
You can’t perform that action at this time.
0 commit comments