We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a70638 commit 9e8321eCopy full SHA for 9e8321e
.github/workflows/test.yml
@@ -21,6 +21,13 @@ jobs:
21
- name: Checkout
22
uses: actions/checkout@v2
23
24
+ - name: Setup cache
25
+ uses: actions/cache@v2
26
+ with:
27
+ path: ~/.cache/auditwheel_tests
28
+ key: python${{ matrix.python }}-${{ hashFiles('**/test_manylinux.py') }}
29
+ restore-keys: python${{ matrix.python }}-
30
+
31
- name: Install CPython ${{ matrix.python }}
32
uses: actions/setup-python@v2
33
with:
0 commit comments