Skip to content

Commit

Permalink
fix: replace groupinstall by group install
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Nov 7, 2024
1 parent 931c546 commit 97532f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
if: contains(matrix.os, 'centos') || contains(matrix.os, 'fedora')
run: |
yum update -y
yum groupinstall "Development Tools" -y
yum group install "Development Tools" -y
yum install python3 \
python3-pip \
wget \
Expand Down
2 changes: 1 addition & 1 deletion doc/source/installer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Installing the ``Ansys Python Manager``
.. code:: shell
sudo yum update -y;
sudo yum groupinstall 'Development Tools' -y;
sudo yum group install 'Development Tools' -y;
sudo yum install wget gnome-terminal libffi-devel openssl-devel rpm-build sqlite-devel sqlite-libs libXinerama-devel coreutils -y;
#. Install **zlib** package using **wget**
Expand Down

0 comments on commit 97532f8

Please sign in to comment.