From a0d00467a6b3de005495a73c22082a0907c32248 Mon Sep 17 00:00:00 2001 From: Firas Moosvi Date: Fri, 25 Sep 2020 12:05:18 -0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9986a1d..f84c5aa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,11 +19,6 @@ jobs: with: python-version: 3.7 - - name: Set up R - uses: actions/setup-r@v1 - with: - r-version: '3.5.3' # The R version to download (if necessary) and use. - - name: Install dependencies run: | pip install -r requirements.txt