Skip to content

Commit

Permalink
add pandas to pytest workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Mar 9, 2022
1 parent d67bee1 commit cc8a6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip install -r requirements.txt
#pip install opencv-python
pip install pandas
- name: Test with pytest
run: |
pip install pytest
Expand Down

0 comments on commit cc8a6a7

Please sign in to comment.