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 e6cb496 commit aa4dca2Copy full SHA for aa4dca2
.github/workflows/integration-test.yml
@@ -59,6 +59,7 @@ jobs:
59
uses: actions/setup-python@v5
60
with:
61
python-version: ${{ matrix.config.python }}
62
+ cache: "pip"
63
- name: Install tox
64
run: |
65
set -x
.github/workflows/test.yml
@@ -53,6 +53,7 @@ jobs:
53
54
55
python-version: ${{ matrix.tox.python.spec }}
56
57
- name: Setup default Python
58
# Change default Python version back to something consistent
# for installing/running tox
0 commit comments