Skip to content

Commit c98c4db

Browse files
committed
Try fixing tests
1 parent 0c4de6b commit c98c4db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
version:
26-
- 'lts'
26+
# - 'lts' # TODO: Reenable once dependencies get registered.
2727
- '1'
2828
os:
2929
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ BlockArrays = "1.2.0"
2727
EllipsisNotation = "1.8.0"
2828
GradedUnitRanges = "0.1.0"
2929
LabelledNumbers = "0.1.0"
30-
LinearAlgebra = "1.11.0"
30+
LinearAlgebra = "1.10"
3131
Test = "1.10"
3232
TupleTools = "1.6.0"
3333
julia = "1.10"

0 commit comments

Comments
 (0)