Skip to content

Commit

Permalink
bump singularity testing version
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Sep 2, 2023
1 parent 086870c commit c4d4b2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Set up Singularity
if: ${{ matrix.step == 'unit' || matrix.step == 'mypy' }}
run: |
wget --no-verbose https://github.com/sylabs/singularity/releases/download/v3.10.4/singularity-ce_3.10.4-focal_amd64.deb
sudo apt-get install -y ./singularity-ce_3.10.4-focal_amd64.deb
wget --no-verbose https://github.com/sylabs/singularity/releases/download/v3.11.4/singularity-ce_3.11.4-jammy_amd64.deb
sudo apt-get install -y ./singularity-ce_3.11.4-jammy_amd64.deb
- name: Set up Python
uses: actions/setup-python@v4
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/tag_to_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ concurrency:
group: tag-${{github.ref}}
cancel-in-progress: true

env:
singularity_version: 3.6.4

jobs:
release_to_pypi:
name: cwl-utils release test
Expand All @@ -21,9 +18,9 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Singularity
uses: eWaterCycle/setup-singularity@v7
with:
singularity-version: ${{ env.singularity_version }}
run: |
wget --no-verbose https://github.com/sylabs/singularity/releases/download/v3.11.4/singularity-ce_3.11.4-jammy_amd64.deb
sudo apt-get install -y ./singularity-ce_3.11.4-jammy_amd64.deb
- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit c4d4b2f

Please sign in to comment.