File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 38
38
python -m venv venv_zarrita
39
39
if [ "${{ runner.os }}" = "Windows" ]; then venv_zarrita/Scripts/pip install zarrita; else venv_zarrita/bin/pip install zarrita; fi
40
40
41
- - name : Download blosc jar
42
- run : |
43
- mkdir -p ../blosc-java/target
44
- curl https://static.webknossos.org/misc/blosc-java-0.1-1.21.4-SNAPSHOT.jar -o ../blosc-java/target/blosc-java-0.1-1.21.4-SNAPSHOT.jar
45
-
46
41
- name : Download testdata
47
42
run : |
48
43
mkdir testoutput
Original file line number Diff line number Diff line change 104
104
<version >4.13.1</version >
105
105
<scope >test</scope >
106
106
</dependency >
107
+ <dependency >
108
+ <groupId >com.scalableminds</groupId >
109
+ <artifactId >blosc-java</artifactId >
110
+ <version >0.1-1.21.4</version >
111
+ </dependency >
112
+
107
113
</dependencies >
108
114
109
115
<distributionManagement >
You can’t perform that action at this time.
0 commit comments