Skip to content

Commit

Permalink
pyenv install fails if .pyenv exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Azulinho committed Jan 3, 2023
1 parent 789c5a5 commit 6aa2e9f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/pr_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,13 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2

- name: retrieve cached apt
id: cache-apt
uses: actions/cache@v3
with:
path: /var/cache/apt/archives/
key: cache-apt

- name: retrieve cached ta-lib
id: cache-ta-lib
uses: actions/cache@v3
with:
path: /tmp/ta-lib
key: ta-lib

- name: retrieve cached pythons
id: cache-pyenv
uses: actions/cache@v3
with:
path: /home/runner/.pyenv
key: ${{ runner.os }}-pyenv-${{ hashFiles('.python-version') }}

- name: retrieve cached pip packages
id: cache-pip
uses: actions/cache@v3
Expand Down

0 comments on commit 6aa2e9f

Please sign in to comment.