File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ name: deploy website
55# - source
66on : push
77
8- env :
9- POETRY_HOME : /opt/poetry
10-
118jobs :
129 build :
1310 runs-on : ubuntu-latest
@@ -17,12 +14,10 @@ jobs:
1714 submodules : " true"
1815 - uses : actions/setup-python@v3
1916 with :
20- python-version : " 3.7 "
17+ python-version : " 3.8 "
2118
2219 - name : Install poetry
23- run : |
24- python3 -m venv $POETRY_HOME
25- $POETRY_HOME/bin/pip install poetry==1.2.0
20+ run : pip install poetry==1.8.3
2621
2722 - name : Install dependencies
2823 run : |
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ readme = "README.md"
88packages = [{include = " drorata" }]
99
1010[tool .poetry .dependencies ]
11- python = " ^3.7 "
11+ python = " ^3.8 "
1212markdown = " 3.4.1"
1313ghp-import = " 2.1.0"
1414pelican = " 4.8.0"
You can’t perform that action at this time.
0 commit comments