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 e289d7a commit 03f58dcCopy full SHA for 03f58dc
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
sudo dpkg-reconfigure man-db
60
61
- name: Set up Python ${{ matrix.python-version }}
62
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
63
with:
64
python-version: ${{ matrix.python-version }}
65
cache: "pip"
.github/workflows/pypi.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
- name: Set up Python
22
23
24
python-version: "3.10"
25
- name: Install dependencies
0 commit comments