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 c573fae commit be0da52Copy full SHA for be0da52
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@v3
22
with:
23
fetch-depth: 0
24
- - uses: actions/setup-python@v3
+ - uses: actions/setup-python@v4
25
26
python-version: '3.x'
27
- 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
0 commit comments