Skip to content

Commit c61d869

Browse files
Fix typos CI (#109)
1 parent 7e73bed commit c61d869

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/Downgrade.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
version:
38-
- '1.9'
38+
- '1.10'
3939
# - '~1.9.0-0' # including development versions
4040
# - 'nightly'
4141
os:
@@ -52,7 +52,9 @@ jobs:
5252
- uses: julia-actions/cache@v2
5353
- uses: julia-actions/julia-downgrade-compat@v2
5454
with:
55+
skip: Test
5556
projects: ., test
57+
mode: forcedeps
5658
- uses: julia-actions/julia-buildpkg@v1
5759
env:
5860
PYTHON: ""

.typos.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ consistend = "consistend" # is used in API function names...
33
Inout = "Inout"
44
leafs = "leafs"
55
packageid = "packageid"
6+
iz = "iz"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CEnum = "0.4, 0.5"
1818
Libdl = "1"
1919
MPI = "0.20.6"
2020
MPIPreferences = "0.1.6"
21-
Preferences = "1.2"
21+
Preferences = "1.2.1"
2222
Reexport = "0.2, 1.0"
2323
UUIDs = "1"
2424
julia = "1.6"

0 commit comments

Comments
 (0)