Skip to content

Commit

Permalink
caching doesn't work oob in containers, another 2.7 ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Oct 13, 2023
1 parent 7e1ea1e commit 0b02d3e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,5 @@ jobs:
pip install -U wheel
pip install -U setuptools
python -m pip install -U pip
- name: get pip cache dir
id: pip-cache
run: echo "::set-output name=dir::$(pip cache dir)"
- name: cache pip
uses: actions/cache@v2
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: pip|${{ hashFiles('setup.py') }}|${{ hashFiles('requirements/*.txt') }}
- run: pip install tox
- run: tox -e py27

0 comments on commit 0b02d3e

Please sign in to comment.