From c49a1152305b4aedd349048d2c6d4f1dcbb4e82b Mon Sep 17 00:00:00 2001 From: Fridolin Glatter <83776373+glatterf42@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:29:12 +0200 Subject: [PATCH] Remove pin of outdated R version (#545) --- .github/workflows/pytest.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 2f0fa21d2..fb286dd6f 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -80,8 +80,6 @@ jobs: - uses: r-lib/actions/setup-r@v2 id: setup-r - with: - r-version: '4.2.3' - name: Cache GAMS installer and R packages uses: actions/cache@v4