Skip to content

Commit

Permalink
Fix builds as they were missing typing extensions and updating the re…
Browse files Browse the repository at this point in the history
…po locally. (#54)

* fix builds
  • Loading branch information
AbstractUmbra authored Aug 2, 2023
1 parent 92d3e5e commit a29fb7f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
port: ${{ secrets.SSH_PORT }}
script: |
cd ~/projects/pythonista-bot/
docker compose pull bot
docker compose up --build -d
git reset --hard HEAD || true
git pull origin main
docker compose --profile snekbox pull
docker compose --profile snekbox up --build -d
username: ${{ secrets.SSH_USER }}

name: Deploy
Expand Down
18 changes: 9 additions & 9 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jishaku = "*"
black = "*"
isort = "*"
"asyncpg-stubs" = "*"
"typing-extensions" = "*"

[tool.black]
line-length = 125
Expand Down

0 comments on commit a29fb7f

Please sign in to comment.