Skip to content

Commit e34e4be

Browse files
committed
CHORE: Use hardcoded hail-is and change to 0.5.5
1 parent fc835fe commit e34e4be

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,16 @@ jobs:
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

0 commit comments

Comments
 (0)