Skip to content

Commit

Permalink
Update setup.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrretl authored May 15, 2024
1 parent bfcd2c5 commit cdefecf
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions _includes/swc/setup.html
Original file line number Diff line number Diff line change
@@ -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 %}
Expand All @@ -11,20 +11,11 @@
{% 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 %}
{% else %}
{% 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 %}

0 comments on commit cdefecf

Please sign in to comment.