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 261fbc6 commit 24da57fCopy full SHA for 24da57f
.github/workflows/basic-ci.yaml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v4
13
- name: Set up Python ${{ matrix.python-version }}
14
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
15
with:
16
python-version: ${{ matrix.python-version }}
17
- name: Install Test Dependencies And Self
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
- name: Install Dependencies And Self
0 commit comments