Skip to content

Commit

Permalink
Merge pull request #194 from ENCODE-DCC/hotfix_upgrade_filelock
Browse files Browse the repository at this point in the history
Hotfix upgrade filelock
  • Loading branch information
leepc12 authored May 4, 2023
2 parents 98d2766 + f43707c commit 4ea8e66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ install_python3: &install_python3
install_singularity: &install_singularity
name: Install Singularity (container)
command: |
sudo apt-get install -y alien
sudo wget https://kojipkgs.fedoraproject.org//packages/singularity/3.8.5/2.el8/x86_64/singularity-3.8.5-2.el8.x86_64.rpm
sudo alien -d singularity-3.8.5-2.el8.x86_64.rpm
sudo apt-get install -y ./singularity_3.8.5-3_amd64.deb
sudo apt-get install -y squashfs-tools
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
singularity --version
Expand Down
2 changes: 1 addition & 1 deletion caper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .caper_runner import CaperRunner

__all__ = ['CaperClient', 'CaperClientSubmit', 'CaperRunner']
__version__ = '2.3.0'
__version__ = '2.3.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def find_meta(meta):
'pyhocon>=0.3.53',
'requests>=2.20',
'pyopenssl',
'autouri>=0.4.1',
'autouri>=0.4.4',
'miniwdl>=0.7.0',
'humanfriendly',
'numpy>=1.8.2',
Expand Down

0 comments on commit 4ea8e66

Please sign in to comment.