Skip to content

Commit df17bc6

Browse files
Merge pull request #38 from mohamed-barakat/devel
Julia 1.11.1 -> 1.11.6
2 parents bea4081 + bf04ba2 commit df17bc6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/Tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
if [ -d "CategoricalTowers/Toposes" ]; then make -C "CategoricalTowers/Toposes" doc; fi
6666
- name: Test LoopIntegrals
6767
run: |
68+
export GAP_PRINT_BANNER=false
6869
make -C LoopIntegrals --trace -j $(nproc) --output-sync ci-test
6970
- name: Release package or simulate release
7071
run: |

examples/notebooks/1LoopBox.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,15 +1027,15 @@
10271027
},
10281028
"celltoolbar": "Slideshow",
10291029
"kernelspec": {
1030-
"display_name": "Julia 1.11.1",
1030+
"display_name": "Julia 1.11.6",
10311031
"language": "julia",
10321032
"name": "julia-1.11"
10331033
},
10341034
"language_info": {
10351035
"file_extension": ".jl",
10361036
"mimetype": "application/julia",
10371037
"name": "julia",
1038-
"version": "1.11.1"
1038+
"version": "1.11.6"
10391039
}
10401040
},
10411041
"nbformat": 4,

0 commit comments

Comments
 (0)