mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 07:12:20 +03:00
Third-party action bumps. (#8060)
This commit is contained in:
parent
1fd3a037ad
commit
b51b986935
4
.github/workflows/changelog.yml
vendored
4
.github/workflows/changelog.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -40,7 +40,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
4
.github/workflows/engine-benchmark.yml
vendored
4
.github/workflows/engine-benchmark.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -42,7 +42,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
78
.github/workflows/gui.yml
vendored
78
.github/workflows/gui.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -40,7 +40,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -74,7 +74,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -96,7 +96,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -132,7 +132,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -154,7 +154,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -190,7 +190,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -212,7 +212,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -247,7 +247,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -269,7 +269,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -306,7 +306,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -328,7 +328,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -362,7 +362,7 @@ jobs:
|
|||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Cancel Previous Runs
|
- name: Cancel Previous Runs
|
||||||
uses: styfle/cancel-workflow-action@0.9.1
|
uses: styfle/cancel-workflow-action@0.12.0
|
||||||
with:
|
with:
|
||||||
access_token: ${{ github.token }}
|
access_token: ${{ github.token }}
|
||||||
permissions:
|
permissions:
|
||||||
@ -376,7 +376,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -398,7 +398,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -434,7 +434,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -456,7 +456,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -492,7 +492,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -514,7 +514,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -548,7 +548,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -570,7 +570,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -606,7 +606,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -628,7 +628,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -664,7 +664,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -686,7 +686,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -724,7 +724,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -746,7 +746,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -782,7 +782,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -804,7 +804,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -847,7 +847,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -869,7 +869,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -910,7 +910,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -932,7 +932,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -969,7 +969,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -991,7 +991,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -1035,7 +1035,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -1057,7 +1057,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -1095,7 +1095,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -1117,7 +1117,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
4
.github/workflows/promote.yml
vendored
4
.github/workflows/promote.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -52,7 +52,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
44
.github/workflows/release.yml
vendored
44
.github/workflows/release.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -47,7 +47,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -71,7 +71,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -93,7 +93,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -132,7 +132,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -154,7 +154,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -196,7 +196,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -218,7 +218,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -263,7 +263,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -285,7 +285,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -324,7 +324,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -346,7 +346,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -387,7 +387,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -409,7 +409,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -458,7 +458,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -480,7 +480,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -526,7 +526,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -548,7 +548,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -589,7 +589,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -611,7 +611,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -659,7 +659,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -681,7 +681,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
14
.github/workflows/scala-new.yml
vendored
14
.github/workflows/scala-new.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Cancel Previous Runs
|
- name: Cancel Previous Runs
|
||||||
uses: styfle/cancel-workflow-action@0.9.1
|
uses: styfle/cancel-workflow-action@0.12.0
|
||||||
with:
|
with:
|
||||||
access_token: ${{ github.token }}
|
access_token: ${{ github.token }}
|
||||||
permissions:
|
permissions:
|
||||||
@ -29,7 +29,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -51,7 +51,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -108,7 +108,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -130,7 +130,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -189,7 +189,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -211,7 +211,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
10
.github/workflows/shader-tools.yml
vendored
10
.github/workflows/shader-tools.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -46,7 +46,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -73,7 +73,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -100,7 +100,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
@ -130,7 +130,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
4
.github/workflows/std-libs-benchmark.yml
vendored
4
.github/workflows/std-libs-benchmark.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent')
|
||||||
name: Setup conda (GH runners only)
|
name: Setup conda (GH runners only)
|
||||||
uses: s-weigand/setup-conda@v1.0.6
|
uses: s-weigand/setup-conda@v1.2.1
|
||||||
with:
|
with:
|
||||||
update-conda: false
|
update-conda: false
|
||||||
conda-channels: anaconda, conda-forge
|
conda-channels: anaconda, conda-forge
|
||||||
@ -42,7 +42,7 @@ jobs:
|
|||||||
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
@ -50,7 +50,7 @@ pub fn setup_conda() -> Step {
|
|||||||
// use crate::actions::workflow::definition::step::CondaChannel;
|
// use crate::actions::workflow::definition::step::CondaChannel;
|
||||||
Step {
|
Step {
|
||||||
name: Some("Setup conda (GH runners only)".into()),
|
name: Some("Setup conda (GH runners only)".into()),
|
||||||
uses: Some("s-weigand/setup-conda@v1.0.6".into()),
|
uses: Some("s-weigand/setup-conda@v1.2.1".into()),
|
||||||
r#if: Some(is_github_hosted()),
|
r#if: Some(is_github_hosted()),
|
||||||
with: Some(step::Argument::SetupConda {
|
with: Some(step::Argument::SetupConda {
|
||||||
update_conda: Some(false),
|
update_conda: Some(false),
|
||||||
@ -122,7 +122,7 @@ pub fn run(run_args: impl AsRef<str>) -> Step {
|
|||||||
pub fn cancel_workflow_action() -> Step {
|
pub fn cancel_workflow_action() -> Step {
|
||||||
Step {
|
Step {
|
||||||
name: Some("Cancel Previous Runs".into()),
|
name: Some("Cancel Previous Runs".into()),
|
||||||
uses: Some("styfle/cancel-workflow-action@0.9.1".into()),
|
uses: Some("styfle/cancel-workflow-action@0.12.0".into()),
|
||||||
with: Some(step::Argument::Other(BTreeMap::from_iter([(
|
with: Some(step::Argument::Other(BTreeMap::from_iter([(
|
||||||
"access_token".into(),
|
"access_token".into(),
|
||||||
"${{ github.token }}".into(),
|
"${{ github.token }}".into(),
|
||||||
@ -1040,9 +1040,7 @@ pub fn checkout_repo_step_customized(f: impl FnOnce(Step) -> Step) -> Vec<Step>
|
|||||||
};
|
};
|
||||||
let actual_checkout = Step {
|
let actual_checkout = Step {
|
||||||
name: Some("Checking out the repository".into()),
|
name: Some("Checking out the repository".into()),
|
||||||
// FIXME: Check what is wrong with v3. Seemingly Engine Tests fail because there's only a
|
uses: Some("actions/checkout@v4".into()),
|
||||||
// shallow copy of the repo.
|
|
||||||
uses: Some("actions/checkout@v2".into()),
|
|
||||||
with: Some(step::Argument::Checkout {
|
with: Some(step::Argument::Checkout {
|
||||||
repository: None,
|
repository: None,
|
||||||
clean: Some(false),
|
clean: Some(false),
|
||||||
|
Loading…
Reference in New Issue
Block a user