Skip to content

Commit

Permalink
hopefully fixed arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
xnetcat committed Aug 26, 2024
1 parent e26d626 commit 1cd4693
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 37 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ jobs:
run: |
cd /spotdl
apt update
apt install python3 python3-pip -y
pip install poetry
apt install python3-full python3-pip pipx -y
pipx ensurepath
pipx install poetry
poetry install
rm -rf dist/
mkdir dist/
Expand Down
73 changes: 39 additions & 34 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 @@ -56,7 +56,7 @@ pyfakefs = "^5.6.0"
pytest-cov = "^5.0.0"
pytest-subprocess = "^1.5.2"
pytest-asyncio = "^0.21.1"
mypy = "^1.11.1"
mypy = "^1.11.2"
pylint = "^3.2.6"
black = "^24.8.0"
mdformat-gfm = "^0.3.5"
Expand Down

0 comments on commit 1cd4693

Please sign in to comment.