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 595bc5b commit cc5fd9cCopy full SHA for cc5fd9c
.github/workflows/test.yml
@@ -52,8 +52,8 @@ jobs:
52
uses: actions/cache@v4
53
with:
54
path: ~/.cache/auditwheel_tests
55
- key: python${{ matrix.python }}-${{ hashFiles('**/test_manylinux.py') }}
56
- restore-keys: python${{ matrix.python }}-
+ key: python${{ matrix.python }}-${{ runner.arch }}-${{ hashFiles('**/test_manylinux.py') }}
+ restore-keys: python${{ matrix.python }}-${{ runner.arch }}-
57
- name: Install CPython ${{ matrix.python }}
58
uses: actions/setup-python@v5
59
0 commit comments