File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,16 @@ jobs:
31
31
post-cleanup : false
32
32
33
33
- name : Download the pixi configuration file from the master branch
34
- shell : bash
35
34
run : |
36
35
curl -LO https://raw.githubusercontent.com/easyscience/diffraction-lib/master/pixi/prod/pixi.toml
37
36
38
37
- name : Download the tests from the master branch
39
38
shell : bash
40
39
run : |
41
40
curl -LO https://github.com/easyscience/diffraction-lib/archive/refs/heads/master.zip
42
- unzip master.zip "diffraction-lib-master/tests/*" -d .
43
- mv diffraction-lib-master/tests ./tests
41
+ unzip master.zip -d .
42
+ mkdir -p tests
43
+ cp -r diffraction-lib-master/tests/* tests/
44
44
rm -rf master.zip diffraction-lib-master
45
45
46
46
- name : Create the environment and install dependencies
You can’t perform that action at this time.
0 commit comments