We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b574288 commit 84f1451Copy full SHA for 84f1451
1 file changed
.circleci/config.yml
@@ -6,10 +6,5 @@ jobs:
6
steps:
7
- run: git clone https://github.com/aliartiza75/python-list-comparison.git
8
- run: cd python-list-comparison
9
- - run: ls
10
- - run: cd python-list-comparison
11
- - run: pwd
12
13
- - run: pip3 install -r python-list-comparison/requirements.txt
14
- - run: cd listcompare
15
- - run: python3 test_listcompare.py
+ - run: sudo pip3 install -r python-list-comparison/requirements.txt
+ - run: python3 python-list-comparison/listcompare/test_listcompare.py
0 commit comments