Skip to content

Commit 729ca4f

Browse files
Merge pull request #11 from UCD4IDS/jyoon/cicd_test2
gitignore and remove 1.9
2 parents 59cfcd2 + 60e1db7 commit 729ca4f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [windows-latest, macos-latest]
25-
julia-version: ['1.9', '1.10', 'lts']
25+
julia-version: ['1.10', 'lts']
2626
arch:
2727
- x64
2828
steps:

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.vscode/settings.json
22
test/.ipynb_checkpoints
3-
test/*.ipynb
3+
test/*.ipynb
4+
Manifest.toml
5+
Manifest-v1.11.toml

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ has_phlct2d = isdefined(PolyHarmonicTrigTransforms, :phlct2d);
2424
has_laplace = isdefined(PolyHarmonicTrigTransforms, :laplace);
2525
@test has_laplace::Bool = true;
2626

27-
print("tests passed");
27+
print("tests passed");

0 commit comments

Comments
 (0)