Skip to content

Commit fb624dd

Browse files
CI fix - added pytest installation.
1 parent 74652af commit fb624dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
run: |
3535
conda run -n hotel_management pip install torch==2.10.0
3636
conda run -n hotel_management pip install -r requirements.txt
37+
conda run -n hotel_management pip install pytest
3738
conda run -n hotel_management pip install coverage
3839
3940
- name: Show environment

0 commit comments

Comments
 (0)