Skip to content

Commit

Permalink
Revert "Bump up CI dependency versions"
Browse files Browse the repository at this point in the history
This reverts commit 9124d80.
  • Loading branch information
6nv committed Dec 10, 2024
1 parent bc19c6d commit 1b7cd17
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
_R_CHECK_CRAN_INCOMING_REMOTE_: false

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- uses: actions/setup-dotnet@v1
Expand All @@ -24,9 +24,9 @@ jobs:
with:
r-version: '4'
- uses: r-lib/actions/setup-pandoc@v1
- uses: actions/setup-node@v4
- uses: actions/setup-node@v2
with:
node-version: 20
node-version: '16'

- name: Install python dependecies
run: pip install cffi numba pytest
Expand All @@ -43,7 +43,7 @@ jobs:
working-directory: ./src/r
shell: Rscript {0}
- name: Cache R packages
uses: actions/cache@v4
uses: actions/cache@v2
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-${{ hashFiles('src/r/.github/R-version') }}-1-${{ hashFiles('src/r/.github/depends.Rds') }}
Expand Down Expand Up @@ -80,8 +80,8 @@ jobs:
gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8

Expand Down

0 comments on commit 1b7cd17

Please sign in to comment.