Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
passscoed authored Aug 15, 2024
1 parent 65bbabe commit 5b13b8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
python -m tests.run_tests

0 comments on commit 5b13b8e

Please sign in to comment.