Skip to content

Commit

Permalink
Update config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoulombe authored Sep 18, 2024
1 parent 8432731 commit f4df85c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyt101/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jupyterhub::kernel::venv::pip_environment:
PYTHONPATH: "/cvmfs/soft.computecanada.ca/custom/python/site-packages"
PIP_CONFIG_FILE: "/cvmfs/soft.computecanada.ca/config/python/pip-%{facts.cpu_ext}-gentoo.conf"
PIP_NO_INDEX: 1
jupyterhub::kernel::venv::packages: ['numpy', 'pandas', 'matplotlib']
jupyterhub::kernel::venv::packages: ['numpy<2', 'pandas', 'matplotlib']
profile::software_stack::lmod_default_modules: ['StdEnv/2020']

profile::accounts::skel_archives:
- filename: python-novice-inflammation-data.zip
- filename: python-novice-inflammation-data.zip

Check failure on line 36 in pyt101/config.yaml

View workflow job for this annotation

GitHub Actions / lint

36:9 [hyphens] too many spaces after hyphen
source: https://swcarpentry.github.io/python-novice-inflammation/data/python-novice-inflammation-data.zip

Check failure on line 37 in pyt101/config.yaml

View workflow job for this annotation

GitHub Actions / lint

37:7 syntax error: expected <block end>, but found '<block mapping start>' (syntax)

- filename: jupyter.zip
Expand Down

0 comments on commit f4df85c

Please sign in to comment.