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 3eb19d6 commit 3053d2eCopy full SHA for 3053d2e
.github/workflows/tests.yml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- uses: actions/checkout@v4
30
- name: Set up Python ${{ matrix.python-version }}
31
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
32
with:
33
python-version: ${{ matrix.python-version }}
34
- name: Install dependencies
@@ -57,7 +57,7 @@ jobs:
57
- name: Checkout source
58
uses: actions/checkout@v4
59
- name: Set up Python
60
61
62
python-version: 3.11
63
- name: install flit
0 commit comments