From 5b13b8e2562197e1dd27b90382b6ad4d08c46c8b Mon Sep 17 00:00:00 2001 From: passscoed <57286546+passscoed@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:09:44 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2783f4..87ea081 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install numpy cpufeature + pip install numpy py-cpuinfo packaging - name: Run tests run: | - python -m tests.run_tests \ No newline at end of file + python -m tests.run_tests