summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-05-19 01:35:33 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-05-19 01:35:33 -0700
commit6d1f1751ee780eff9ec61cf69132d2256328ee5c (patch)
treeea82e5acd812438f7d48aecb9671e0507b0e9d40 /.github
parent4e5ccd33f91496c3a114db3afa8b4f891228caed (diff)
downloadisort-6d1f1751ee780eff9ec61cf69132d2256328ee5c.tar.gz
Print cache dir
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 7244bb5c..fbb74521 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -51,6 +51,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
+ echo `pip cache dir`
python -m pip install --upgrade poetry
poetry install