projects
/
waybacktweets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b76ce94
)
update python version on workflow
author
Claromes
<claromes@hey.com>
Mon, 24 Jun 2024 20:07:05 +0000
(17:07 -0300)
committer
Claromes
<claromes@hey.com>
Mon, 24 Jun 2024 20:07:05 +0000
(17:07 -0300)
.github/workflows/docs.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/docs.yml
b/.github/workflows/docs.yml
index d46ebd3a49cb7f9e61e34216d9884d14d3acf7d7..09bfc126b77ec2f1c305e6aae62880eaed1fb336 100644
(file)
--- a/
.github/workflows/docs.yml
+++ b/
.github/workflows/docs.yml
@@
-12,7
+12,7
@@
jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
- python-version: 3.1
1
+ python-version: 3.1
0
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -