Skip to content

Commit

Permalink
Merge branch 'master' into rochester_dask
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Sep 6, 2023
2 parents 5dd6868 + 2f5af18 commit 930b150
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]
with:
Expand All @@ -45,7 +45,7 @@ jobs:
name: test coffea (${{ matrix.os }}) - python ${{ matrix.python-version }}, JDK${{ matrix.java-version }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
name: test coffea-workqueue

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v2
env:
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
name: deploy release

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 930b150

Please sign in to comment.