Skip to content

Commit

Permalink
Update pytest command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle1668 committed Feb 10, 2023
1 parent 0a29ce5 commit 701f1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpu_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
# run: python prepare_data.py

- name: Run CPU Tests
run: pytest tests -m cpu
run: pytest -m cpu

0 comments on commit 701f1bd

Please sign in to comment.