Skip to content

Commit

Permalink
ci: remove tox cache (it didn't seem to speed up the build)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed May 18, 2021
1 parent f74a0c3 commit 09d33f7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/python.yaml
Expand Up @@ -17,11 +17,6 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Cache tox on each OS
uses: actions/cache@v2
with:
path: .tox
key: ${{ runner.os }}-tox
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
Expand Down

0 comments on commit 09d33f7

Please sign in to comment.