Skip to content

Commit

Permalink
Definitive unit test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lrzpellegrini committed Feb 2, 2024
1 parent c52842b commit c94f3c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:
USE_GPU: "False"
PYTHONPATH: ${{ github.workspace }}
run: |
bash ./tests/checkpointing/test_checkpointing.sh &&
exit 1 &&
python -m unittest discover tests &&
echo "Checking that optional dependencies are not needed" &&
pip uninstall -y higher ctrl-benchmark torchaudio gym pycocotools lvis &&
Expand Down

0 comments on commit c94f3c1

Please sign in to comment.