ci: fix package name nacl -> PyNaCl
This commit is contained in:
2
.github/workflows/python-tests.yml
vendored
2
.github/workflows/python-tests.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install pytest pytest-asyncio httpx fastapi uvicorn pydantic pydantic-settings \
|
pip install pytest pytest-asyncio httpx fastapi uvicorn pydantic pydantic-settings \
|
||||||
sqlalchemy aiosqlite sqlmodel python-dotenv slowapi orjson prometheus-client \
|
sqlalchemy aiosqlite sqlmodel python-dotenv slowapi orjson prometheus-client \
|
||||||
nacl pycryptodome argon2-cffi websockets
|
PyNaCl pycryptodome argon2-cffi websockets
|
||||||
|
|
||||||
- name: Install aitbc-crypto package
|
- name: Install aitbc-crypto package
|
||||||
run: pip install -e packages/py/aitbc-crypto
|
run: pip install -e packages/py/aitbc-crypto
|
||||||
|
|||||||
Reference in New Issue
Block a user