Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
Try chmod'ing pip cache in the actions YAML (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Mar 30, 2020
1 parent ebf4723 commit 80c9f20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
steps:
- uses: actions/checkout@v2


- run: chmod 0666 /github/home/.cache/pip
- run: which git

- uses: brettcannon/release-often@master
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ COPY poetry.lock .
RUN python -m pip install poetry
RUN poetry config virtualenvs.create false
RUN poetry install --no-interaction --no-ansi --no-dev
# Suppress warnings from pip via pep517 trying to cache wheels
RUN chmod 0666 /github/home/.cache/pip

ADD release_often .

Expand Down

0 comments on commit 80c9f20

Please sign in to comment.