Remove cache
This commit is contained in:
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@@ -12,13 +12,6 @@ jobs:
|
|||||||
python: [3.6, 3.7, 3.8]
|
python: [3.6, 3.7, 3.8]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Cache .venev
|
|
||||||
uses: actions/cache@v1
|
|
||||||
with:
|
|
||||||
path: .venev
|
|
||||||
key: ${{ runner.OS }}-venv-${{ hashFiles('poetry.lock') }}
|
|
||||||
restore-keys: |
|
|
||||||
${{ runner.OS }}-venv-
|
|
||||||
- name: Set up Python ${{ matrix.python }}
|
- name: Set up Python ${{ matrix.python }}
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
@@ -31,5 +24,4 @@ jobs:
|
|||||||
- name: Test with tox
|
- name: Test with tox
|
||||||
run: |
|
run: |
|
||||||
export PATH=$GITHUB_WORKSPACE/cmake-$CMAKE_VERSION-Linux-x86_64/bin:$PATH
|
export PATH=$GITHUB_WORKSPACE/cmake-$CMAKE_VERSION-Linux-x86_64/bin:$PATH
|
||||||
poetry config settings.virtualenvs.in-project true
|
|
||||||
tox
|
tox
|
||||||
|
|||||||
Reference in New Issue
Block a user