Skip to content

Commit f0ac87d

Browse files
author
Romain MONTAGNÉ
committed
cspy from pypi
1 parent 995c11c commit f0ac87d

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

.circleci/config.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ jobs:
1313
working_directory: ~/vrpy
1414
steps:
1515
- checkout
16-
- run:
17-
name: clone cspy-master
18-
command: |
19-
cd ..
20-
git clone https://github.com/torressa/cspy.git
2116
- run:
2217
name: install dependencies
2318
command: |
@@ -45,11 +40,6 @@ jobs:
4540
working_directory: ~/vrpy
4641
steps:
4742
- checkout
48-
- run:
49-
name: clone cspy-master
50-
command: |
51-
cd ..
52-
git clone https://github.com/torressa/cspy.git
5343
- run:
5444
name: install dependencies
5545
command: |
@@ -70,11 +60,6 @@ jobs:
7060
working_directory: ~/vrpy
7161
steps:
7262
- checkout
73-
- run:
74-
name: clone cspy-master
75-
command: |
76-
cd ..
77-
git clone https://github.com/torressa/cspy.git
7863
- run:
7964
name: install dependencies
8065
command: |
@@ -88,7 +73,7 @@ jobs:
8873
. venv/bin/activate
8974
cd ~/vrpy/tests/
9075
pytest unittests/*
91-
76+
9277
workflows:
9378
version: 2
9479
build:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###### Requirements without Version Specifiers ######
2-
#cspy
2+
cspy
33
networkx
44
numpy
55
pulp

0 commit comments

Comments
 (0)