From 1d27fae3703f871ba82039b7654fe181c7f50b93 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 6 May 2025 16:45:16 +0200 Subject: [PATCH] Updated github test workflow --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9cf0727..f80ab6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,9 @@ jobs: uses: actions/setup-python@v5 with: python-version: 3.x - - run: make test + - run: | + python -m pip install -q cryptography + make test package: needs: test