Skip to content

Commit 5f582c8

Browse files
committed
revert some CI changes
1 parent 3fd7039 commit 5f582c8

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ env:
33
# SECRET_CODECOV_TOKEN: "..."
44

55
steps:
6-
- label: "Julia 1.6"
6+
- label: "Julia 1.5"
77
plugins:
88
- JuliaCI/julia#v0.5:
9-
version: 1.6
9+
version: 1.5
1010
- JuliaCI/julia-test#v0.3: ~
1111
# - JuliaCI/julia-coverage#v0.3:
1212
# codecov: true

.github/workflows/ci-julia-nightly.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ jobs:
4848
env:
4949
JULIA_NUM_THREADS: ${{ matrix.threads }}
5050
TULLIO_TEST_GROUP: ${{ matrix.group }}
51-
- uses: actions/checkout@v2 #
52-
- name: Setup tmate session #
53-
uses: mxschmitt/action-tmate@v3 # https://github.com/marketplace/actions/debugging-with-tmate
54-
timeout-minutes: 120 #
5551
- uses: julia-actions/julia-processcoverage@v1
5652
- uses: codecov/codecov-action@v1
5753
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- ubuntu-latest
2525
threads:
2626
- '1'
27-
# - '6' # t>2 might be ignored on Julia <= 1.5
27+
- '6' # t>2 might be ignored on Julia <= 1.5
2828
version:
2929
- '1.5'
3030
- '1' # automatically expands to the latest stable 1.x release of Julia

0 commit comments

Comments
 (0)