Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ jobs:
deploy:
uses: Geode-solutions/actions/.github/workflows/py-deploy.yml@master
with:
repos: ${{ vars.REPOS }}
npm: true
secrets: inherit
1 change: 0 additions & 1 deletion src/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def compare_image(self, nb_messages, filename):
f.write(image)
f.close()
if isinstance(image, bytes):
print(f"{image=}", flush=True)
response = self.ws.recv()
print(f"{response=}", flush=True)
format = json.loads(response)["result"]["format"]
Expand Down
Loading