ci: fix package name nacl -> PyNaCl

This commit is contained in:
oib
2026-02-11 21:49:12 +01:00
parent 9ad49fde35
commit 63d64262ac

View File

@@ -24,7 +24,7 @@ jobs:
pip install --upgrade pip
pip install pytest pytest-asyncio httpx fastapi uvicorn pydantic pydantic-settings \
sqlalchemy aiosqlite sqlmodel python-dotenv slowapi orjson prometheus-client \
nacl pycryptodome argon2-cffi websockets
PyNaCl pycryptodome argon2-cffi websockets
- name: Install aitbc-crypto package
run: pip install -e packages/py/aitbc-crypto