diff --git a/_includes/swc/setup.html b/_includes/swc/setup.html index 5698bb1..db18b5b 100644 --- a/_includes/swc/setup.html +++ b/_includes/swc/setup.html @@ -1,4 +1,4 @@ -{% assign curricula = "swc-gapminder|swc-inflammation|swc-survey" | split: "|" %} +{% assign curricula = "swc-gapminder|swc-inflammation" | split: "|" %} {% unless curricula contains site.curriculum %} {% include warning-curriculum.html %} {% endunless %} @@ -11,8 +11,6 @@ {% include install_instructions/r.html %} {% elsif site.flavor == "python" %} {% include install_instructions/python.html %} -{% elsif site.flavor == "sql" %} -{% include install_instructions/sql.html %} {% elsif site.flavor == "FIXME" %} {% include install_instructions/r.html %} {% include install_instructions/python.html %} @@ -20,11 +18,4 @@ {% include warning-flavor.html %} {% endif %} -{% comment %} -The following setup instructions are commented out because Carpentries workshops -cover the these topics less frequently. Please uncomment the lines that -correspond to the topics covered in your workshop. - {% include install_instructions/sql.html %} -{% include install_instructions/openrefine.html %} -{% endcomment %}