Skip to content

Commit

Permalink
CI: Do not use R for triggered CI runs
Browse files Browse the repository at this point in the history
Since in any case asv_runner changes do not have anything to do with the
statistical checks run in ASV and validated against R
  • Loading branch information
HaoZeke committed Jan 5, 2025
1 parent da1eb19 commit 3e7d1b1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/triggered.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.8", "3.12", "pypy-3.10"]
r-version: ['release']
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
Expand All @@ -44,11 +43,6 @@ jobs:
- name: Setup a browser for more tests
uses: browser-actions/setup-chrome@latest

- name: Set up R version ${{ matrix.r-version }}
uses: r-lib/actions/[email protected]
with:
r-version: ${{ matrix.r-version }}

- name: Install dependencies
run: python -m pip install ".[test,hg]"

Expand Down

0 comments on commit 3e7d1b1

Please sign in to comment.