Skip to content

Commit 0caf1cc

Browse files
Actions: drop virtual env install, enable pip cache.
1 parent 8a97f9d commit 0caf1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
uses: actions/setup-python@v2
2121
with:
2222
python-version: ${{ matrix.python }}
23+
cache: 'pip'
2324

2425
- name: Prepare environment
2526
run: |
2627
python -m pip install --upgrade pip
27-
pip install virtualenv
2828
2929
- run: make depend
3030
- run: make test

0 commit comments

Comments
 (0)