Skip to content

Commit

Permalink
👷 Skip Singularity tests on GH Actions (for now)
Browse files Browse the repository at this point in the history
They're succeeding locally for me
  • Loading branch information
shnizzedy committed Apr 12, 2022
1 parent 38ed26f commit 0afbbfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_cpac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:

strategy:
matrix:
platform: [docker, singularity]
platform: [docker] # TODO: Fix CI for singularity
tag: [latest, nightly]
go: [1.14]
python: [3.7, 3.8, 3.9, "3.10"]
singularity: [3.6.4]
# singularity: [3.6.4]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0afbbfd

Please sign in to comment.