Skip to content

Commit 706db83

Browse files
committed
Troubleshoot github action
1 parent 845129b commit 706db83

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ name: deploy website
55
# - source
66
on: push
77

8-
env:
9-
POETRY_HOME: /opt/poetry
10-
118
jobs:
129
build:
1310
runs-on: ubuntu-latest
@@ -20,9 +17,7 @@ jobs:
2017
python-version: "3.7"
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.2.0
2621

2722
- name: Install dependencies
2823
run: |

0 commit comments

Comments
 (0)