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 f7d09cb commit 8a1b03bCopy full SHA for 8a1b03b
.github/workflows/build-test.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Configura python
23
uses: actions/setup-python@v4
24
with:
25
- python-version: "2.7"
+ python-version: "3.5"
26
cache: pip
27
28
- name: Instala dependências
.github/workflows/github-pages.yml
@@ -25,7 +25,7 @@ jobs:
uses: actions/setup-python@v6
29
30
31
0 commit comments