Skip to content

Commit

Permalink
fix typo in singularity installer
Browse files Browse the repository at this point in the history
  • Loading branch information
leepc12 committed May 4, 2023
1 parent 09162eb commit f43707c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install_python3: &install_python3
install_singularity: &install_singularity
name: Install Singularity (container)
command: |
sudo apt-get install -y alien squashfs-tools libseccomp-devel
sudo apt-get install -y alien squashfs-tools libseccomp-dev
sudo wget https://github.com/sylabs/singularity/releases/download/v3.11.3/singularity-ce-3.11.3-1.el8.x86_64.rpm
sudo alien -d singularity-ce-3.11.3-1.el8.x86_64.rpm
sudo apt-get install -y ./singularity-ce_3.11.3-2_amd64.deb
Expand Down

0 comments on commit f43707c

Please sign in to comment.