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 d0f143f commit 72187bfCopy full SHA for 72187bf
.github/workflows/packaging_test.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v5
18
- name: Set up Python ${{ matrix.python-version }}
19
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
20
with:
21
python-version: ${{ matrix.python-version }}
22
- name: Install Dependencies
.github/workflows/unittests.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
0 commit comments