Skip to content

Commit

Permalink
use/update version pinnings in ci
Browse files Browse the repository at this point in the history
ci updates

update rc pins to consistent versions

remove overspecification of gh-actions

ditto
  • Loading branch information
lgray committed Mar 15, 2023
1 parent a8672d5 commit 8ca4afe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Set up JDK ${{ matrix.java-version }}
- name: Set up JDK ${{ matrix.java-distribution }}/${{ matrix.java-version }}
if: matrix.os != 'windows-latest'
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
touch build/html/.nojekyll
- name: Deploy documentation
if: github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.python-version == 3.10
uses: crazy-max/ghaction-github-pages@v3.1.0
uses: crazy-max/ghaction-github-pages@v3
with:
target_branch: gh-pages
build_dir: docs/build/html
Expand All @@ -119,7 +119,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v2.2.0
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ def get_description():


INSTALL_REQUIRES = [
"awkward>=2.0.0rc4",
"uproot>=5.0.0rc6",
"awkward>=2.0.0rc6",
"uproot>=5.0.0rc7",
"dask[array]>=2022.02.1",
"dask-awkward>=2022.12a1",
"correctionlib>=2.0.0",
Expand Down

0 comments on commit 8ca4afe

Please sign in to comment.