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 2e833f4 commit ecf3df9Copy full SHA for ecf3df9
.github/workflows/pytest.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
persist-credentials: false
28
- name: Set up Python ${{ matrix.python-version }}
29
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
30
31
python-version: ${{ matrix.python-version }}
32
@@ -81,7 +81,7 @@ jobs:
81
82
83
84
85
86
87
0 commit comments