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 cb8810d
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 44 deletions.
9 changes: 2 additions & 7 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 @@ -17,12 +14,10 @@ jobs:
submodules: "true"
- uses: actions/setup-python@v3
with:
python-version: "3.7"
python-version: "3.8"

- 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
77 changes: 41 additions & 36 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
packages = [{include = "drorata"}]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
markdown = "3.4.1"
ghp-import = "2.1.0"
pelican = "4.8.0"
Expand Down

0 comments on commit cb8810d

Please sign in to comment.