Skip to content

Commit aded5c8

Browse files
authored
Fix Issue with Matrix values in CI Pipeline (#3)
* Initial single-threaded runtests with skip duplicate ability * Fix Github CI error not recognizing entires in matrix
1 parent 0dbd05b commit aded5c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
strategy:
2121
matrix:
2222
julia-version: ['1','1.6']
23-
julia-arch: x64
24-
os: ubuntu-latest
23+
julia-arch: [x64]
24+
os: [ubuntu-latest]
2525

2626
steps:
2727
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)