Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin committed Apr 10, 2024
1 parent c06f827 commit fc48c59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
target: [x86_64, x86, aarch64, armv7]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion src/python/test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from resvg_py import svg_to_base64

svg =
svg = ""
lt = svg_to_base64(svg_string=svg)
print(lt)

0 comments on commit fc48c59

Please sign in to comment.