feat: Add dev container
Unit test coverage / pytest (push) Failing after 2m5s
/ build-and-push (push) Successful in 2m26s
Unit test coverage / pytest (pull_request) Failing after 1m58s

ISSUE CLOSED: clevermicro/amq-adapter-python#69
This commit is contained in:
2025-08-14 20:56:47 +08:00
parent 07f6f4569c
commit 887f02fc5d
4 changed files with 97 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
python3 -m pip install --upgrade pip
pip install -e .[dev]