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 a4148b9 commit b5534beCopy full SHA for b5534be
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/checkout@v4
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