Skip to content

Commit

Permalink
remove 'setup-python` action
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Sep 27, 2023
1 parent 4b980fd commit f57f670
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,6 @@ jobs:
use-public-rspm: true
Ncpus: '2L'

# use setup-python for convenient caching of pip pkgs,
# (we find venv starters not through the PATH)
- uses: actions/setup-python@v4
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies

- name: Get Date
id: get-date
shell: bash
Expand Down

0 comments on commit f57f670

Please sign in to comment.