File tree 3 files changed +7
-14
lines changed
3 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 72
72
pwd
73
73
ls -l
74
74
75
- - name : Download Test Dependencies
76
- run : >
77
- cl --eval '(ql:quickload "download-dependencies")' \
78
- --eval '(in-package :download-dependencies)' \
79
- --eval '(push #P"./" ql:*local-project-directories*)' \
80
- --eval '(let ((*dependencies-home* (first ql:*local-project-directories*))) (ensure-system "py4cl2-cffi-tests"))'
81
-
82
75
- name : Set up directory with exotic name
83
76
run : |
84
77
ls -l $HOME/bin/
Original file line number Diff line number Diff line change 76
76
pwd
77
77
ls -l
78
78
79
- - name : Download Test Dependencies
80
- run : >
81
- cl --eval '(ql:quickload "download-dependencies")' \
82
- --eval '(in-package :download-dependencies)' \
83
- --eval '(push #P"./" ql:*local-project-directories*)' \
84
- --eval '(let ((*dependencies-home* (first ql:*local-project-directories*))) (ensure-system "py4cl2-cffi-tests"))'
85
-
86
79
- name : Test numpy
87
80
run : |
88
81
source ./py4cl2-cffi/bin/activate
Original file line number Diff line number Diff line change 6
6
(print *features* )
7
7
(push #P " ./" ql :*local-project-directories* )
8
8
(print (ql :where-is-system " py4cl2-cffi" ))
9
+
10
+ (ql :quickload " download-dependencies" )
11
+ (in-package :download-dependencies )
12
+ (let ((*dependencies-home* (first ql :*local-project-directories* )))
13
+ (ensure-system " py4cl2-cffi-tests" ))
14
+
15
+ (in-package :cl-user )
9
16
(ql :quickload " py4cl2-cffi-tests" )
10
17
(uiop :quit 0 )
You can’t perform that action at this time.
0 commit comments