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 d15a3d4 commit a7f1769Copy full SHA for a7f1769
.github/workflows/tests.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: "Checkout repository"
43
uses: "actions/checkout@v4"
44
- name: "Set up Python ${{ matrix.python-version }}"
45
- uses: "actions/setup-python@v5"
+ uses: "actions/setup-python@v6"
46
with:
47
python-version: "${{ matrix.python-version }}"
48
- name: "Add directories where pip installs scripts to PATH"
0 commit comments