We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ac662c + 81c7669 commit 093e5f2Copy full SHA for 093e5f2
1 file changed
.circleci/config.yml
@@ -16,6 +16,7 @@ install: &install
16
name: install dependencies for build
17
command: |
18
$HOME/conda/bin/pip install -r ~/repo/.circleci/requirements.txt
19
+
20
install_python_3: &install_python_3
21
name: install Python 3.5 dependencies
22
@@ -73,6 +74,7 @@ jobs:
73
74
key: rubygems-v1
75
paths:
76
- vendor/bundle
77
+ #Removing test job
78
- run: *build_jekyll
79
- store_artifacts:
80
path: ~/repo/_site
0 commit comments