Skip to content

Commit

Permalink
install pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud committed Feb 10, 2025
1 parent 10f43bf commit a9e8110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: 'pip'

- name: install requirements
run: pip install parameterized
run: pip install parameterized pytest

- name: install
run: pip install .
Expand Down

0 comments on commit a9e8110

Please sign in to comment.