File tree Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change 13
13
working_directory : ~/vrpy
14
14
steps :
15
15
- checkout
16
- - run :
17
- name : clone cspy-master
18
- command : |
19
- cd ..
20
- git clone https://github.com/torressa/cspy.git
21
16
- run :
22
17
name : install dependencies
23
18
command : |
45
40
working_directory : ~/vrpy
46
41
steps :
47
42
- checkout
48
- - run :
49
- name : clone cspy-master
50
- command : |
51
- cd ..
52
- git clone https://github.com/torressa/cspy.git
53
43
- run :
54
44
name : install dependencies
55
45
command : |
70
60
working_directory : ~/vrpy
71
61
steps :
72
62
- checkout
73
- - run :
74
- name : clone cspy-master
75
- command : |
76
- cd ..
77
- git clone https://github.com/torressa/cspy.git
78
63
- run :
79
64
name : install dependencies
80
65
command : |
88
73
. venv/bin/activate
89
74
cd ~/vrpy/tests/
90
75
pytest unittests/*
91
-
76
+
92
77
workflows :
93
78
version : 2
94
79
build :
Original file line number Diff line number Diff line change 1
1
###### Requirements without Version Specifiers ######
2
- # cspy
2
+ cspy
3
3
networkx
4
4
numpy
5
5
pulp
You can’t perform that action at this time.
0 commit comments