Skip to content

Commit

Permalink
Merge branch 'main' into add_artifical-information_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishaanj18 authored Oct 3, 2023
2 parents 679866f + 56d5b30 commit 087c997
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
# We need the full repo to avoid this issue
# https://github.com/actions/checkout/issues/23
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
fetch-depth: 0

Expand Down
15 changes: 9 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
outputs:
triggered: '${{ steps.detect-trigger.outputs.trigger-found }}'
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
fetch-depth: 2
- uses: xarray-contrib/[email protected]
- uses: xarray-contrib/[email protected].1
id: detect-trigger
with:
keyword: '[skip-ci]'
Expand All @@ -29,7 +29,7 @@ jobs:
run:
shell: 'bash -l {0}'
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
fetch-depth: 0
- name: Set up conda
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
run:
shell: 'bash -l {0}'
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- uses: conda-incubator/[email protected]
with:
channels: conda-forge
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
run:
shell: 'bash -l {0}'
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- name: Set up conda
uses: conda-incubator/[email protected]
with:
Expand All @@ -101,6 +101,9 @@ jobs:
- name: Set up conda environment
run: |
mamba env update -f environment.yml
- name: Remove julia (issue #212)
run: |
conda remove julia
- name: Conda info
run: conda info
- name: Conda list
Expand All @@ -127,7 +130,7 @@ jobs:
- macos-latest
- windows-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
fetch-depth: 0
- name: Setup python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
packages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0

- name: Set up Python
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}
Expand Down

0 comments on commit 087c997

Please sign in to comment.