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