Skip to content

Commit

Permalink
⚗️ 👷 Test Singularity but not Docker on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Oct 25, 2023
1 parent 6168d8f commit 88ae92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_cpac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
max-parallel: 1 # This'll slow it down but increase stability
matrix:
platform: [docker]
platform: [singularity]
tag: [latest, nightly]
go: [1.14]
python: [3.9, "3.10", 3.11]
Expand Down

0 comments on commit 88ae92c

Please sign in to comment.