diff --git a/.github/workflows/dependencies-yum.sh b/.github/workflows/dependencies-yum.sh index f3f2e45..18e1b0e 100644 --- a/.github/workflows/dependencies-yum.sh +++ b/.github/workflows/dependencies-yum.sh @@ -1,11 +1,2 @@ set -eu -o pipefail - sudo yum install -y gcc gcc-c++ make python3-devel - -# Requirements for regression test scripts -#pip3 install yt matplotlib numpy pandas - -# Requirements for building documentation -#pip3 install sphinx breathe m2r sphinx_rtd_theme linuxdoc sphinx_design sphinx-copybutton - -#npm install -g eclint