Skip to content

Commit

Permalink
genuninely what is happening
Browse files Browse the repository at this point in the history
  • Loading branch information
b8zhong committed Feb 6, 2025
1 parent 894b679 commit 86cffb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-threatexchange-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python3 -m pip install -e .[all]
python3 -m pip install black>=23.0.0 mypy==1.7.1 types-python-dateutil types-requests pytest
python3 -m pip install black>=23.0.0 mypy==1.7.1 types-python-dateutil types-requests pytest vpdq
- name: Check code format
run: |
black --check .
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python3 -m pip install -e .[all]
python3 -m pip install pytest>=7.0.0
python3 -m pip install pytest>=7.0.0 vpdq
- name: Test with pytest
run: |
py.test

0 comments on commit 86cffb0

Please sign in to comment.