We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ac553 commit 81c7669Copy full SHA for 81c7669
1 file changed
.circleci/config.yml
@@ -17,12 +17,6 @@ install: &install
17
command: |
18
$HOME/conda/bin/pip install -r ~/repo/.circleci/requirements.txt
19
20
-test_jobs: &test_jobs
21
- name: test the jobs metadata
22
- command: |
23
- cd ~/repo/tests
24
- $HOME/conda/bin/python -m unittest test_jobs
25
-
26
install_python_3: &install_python_3
27
name: install Python 3.5 dependencies
28
@@ -80,7 +74,7 @@ jobs:
80
74
key: rubygems-v1
81
75
paths:
82
76
- vendor/bundle
83
- - run: *test_jobs
77
+ #Removing test job
84
78
- run: *build_jekyll
85
79
- store_artifacts:
86
path: ~/repo/_site
0 commit comments