Skip to content

Commit

Permalink
fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmrad committed Apr 11, 2024
1 parent 1103cc6 commit f9454e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hma-ci.yaml
Expand Up @@ -77,5 +77,5 @@ jobs:
- name: Test with pytest on docker image
run: |
docker run --network="host" local sh -c "python -m pip install --upgrade pip ;
pip install -e '.[test]' ;
py.test"
pip install pytest ;
pytest"

0 comments on commit f9454e2

Please sign in to comment.