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 89fc724 commit 00b23beCopy full SHA for 00b23be
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/checkout@v5
25
with:
26
fetch-depth: 0
27
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
28
29
python-version: '3.x'
30
- run: pip3 install -r requirements.txt
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
19
20
21
22
0 commit comments