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 a789316 commit 816d322Copy full SHA for 816d322
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
steps:
7
- uses: actions/checkout@v3
8
9
- - uses: actions/setup-python@v3
+ - uses: actions/setup-python@v3.13
10
with:
11
python-version: 3.10
12
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
python-version: ${{ matrix.python-version }}
33
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
50
0 commit comments