Skip to content

Commit

Permalink
Troubleshoot github action
Browse files Browse the repository at this point in the history
  • Loading branch information
drorata committed Sep 22, 2024
1 parent 845129b commit c743df9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deploy_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ name: deploy website
# - source
on: push

env:
POETRY_HOME: /opt/poetry

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -20,9 +17,7 @@ jobs:
python-version: "3.7"

- name: Install poetry
run: |
python3 -m venv $POETRY_HOME
$POETRY_HOME/bin/pip install poetry==1.2.0
run: pip install poetry==1.8.3

- name: Install dependencies
run: |
Expand Down

0 comments on commit c743df9

Please sign in to comment.