Skip to content

Commit

Permalink
Try without pkgserver
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed May 14, 2024
1 parent 5b21677 commit 8bdde08
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ env:
JULIA_AMDGPU_LOGGING_ENABLED: true
RETESTITEMS_TESTITEM_TIMEOUT: 10000
DATADEPS_ALWAYS_ACCEPT: true
JULIA_PKG_SERVER: ""
JULIA_NUM_THREADS: 8
GKSwstype: "100" # https://discourse.julialang.org/t/generation-of-documentation-fails-qt-qpa-xcb-could-not-connect-to-display/60988
SECRET_CODECOV_TOKEN: "jQ0BMTQgyZx7QGyU0Q2Ec7qB9mtE2q/tDu0FsfxvEG7/zOAGvXkyXrzIFFOQxvDoFcP+K2+hYZKMxicYdNqzr5wcxu505aNGN2GM3wyegAr+hO6q12bCFYx6qXzU9FLCCdeqINqn9gUSSOlGtWNFrbAlrTyz/D4Yo66TqBDzvaLL63FMnhCLaXW/zJt3hNuEAJaPY2O6Ze1rX2WZ3Y+i+s3uQ8aLImtoCJhPe8CRx+OhuYiTzGhynFfGntZ0738/1RN4gNM0S/hTC4gLE7XMVBanJpGh32rFaiDwW4zAyXKBrDkL3QA3MS1RvLTJxGJ085S16hCk0C4ddAhZCvIM9Q==;U2FsdGVkX1+bXdFeKMs5G79catOCyby2n07A2fg0FjVAvrjQLZ0yfvDS4paJiFikLkodho0khz2YALKb2Y0K6w=="
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
${{ runner.os }}-test-
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@v1
env:
JULIA_PKG_SERVER: ""
- uses: julia-actions/julia-runtest@v1
env:
BACKEND_GROUP: "CPU"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
with:
skip: Pkg,TOML
- uses: julia-actions/julia-buildpkg@v1
env:
JULIA_PKG_SERVER: ""
- uses: julia-actions/julia-runtest@v1
env:
BACKEND_GROUP: "CPU"
Expand Down
2 changes: 0 additions & 2 deletions docs/run_single_tutorial.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ output_directory = ARGS[2]
path = ARGS[3]

io = open(pkg_log_path, "w")
Pkg.Registry.update()
Pkg.update()
Pkg.develop(; path=joinpath(@__DIR__, ".."), io)
Pkg.instantiate(; io)
close(io)
Expand Down
2 changes: 1 addition & 1 deletion examples/GravitationalWaveForm/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ LuxCUDA = "0.2, 0.3"
Optimization = "3"
OptimizationOptimJL = "0.1, 0.2"
OrdinaryDiffEq = "6"
SciMLSensitivity = "7"
SciMLSensitivity = "7.57"
2 changes: 1 addition & 1 deletion examples/NeuralODE/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ MLUtils = "0.2, 0.3, 0.4"
OneHotArrays = "0.1, 0.2"
Optimisers = "0.2, 0.3"
OrdinaryDiffEq = "6"
SciMLSensitivity = "7"
SciMLSensitivity = "7.57"
Statistics = "1"
Zygote = "0.6"
2 changes: 1 addition & 1 deletion examples/SymbolicOptimalControl/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Optimization = "3.24.3"
OptimizationOptimJL = "0.2.3"
OptimizationOptimisers = "0.2.1"
OrdinaryDiffEq = "6.74.1"
SciMLSensitivity = "7"
SciMLSensitivity = "7.57"
Statistics = "1.11"
SymbolicRegression = "0.24.1"
SymbolicUtils = "1.5.1"

0 comments on commit 8bdde08

Please sign in to comment.