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 70f6e5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 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

0 comments on commit 70f6e5d

Please sign in to comment.