From 6823c85248d81419191f148664dab132fba2a7ba Mon Sep 17 00:00:00 2001 From: Zewsic Date: Mon, 12 May 2025 14:32:50 +0300 Subject: [PATCH] - small fixes --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cddac23..8ee27b5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pytest + pip install pytest pycryptodome - name: Run tests run: PYTHONPATH=. pytest \ No newline at end of file