Skip to content

Commit

Permalink
disable python cache for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tandav committed Mar 20, 2023
1 parent f30bff4 commit 43370a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ push:
.PHONY: test
test: build
docker run --rm -t --gpus all \
-e PYTHONDONTWRITEBYTECODE=1 \
-e PITCH_DETECTORS_GPU=true \
-v $$PWD/pitch_detectors:/app/pitch_detectors \
-v $$PWD/tests:/app/tests \
Expand All @@ -21,6 +22,7 @@ test: build
.PHONY: test-no-gpu
test-no-gpu: build
docker run --rm -t \
-e PYTHONDONTWRITEBYTECODE=1 \
-e PITCH_DETECTORS_GPU=false \
-v $$PWD/pitch_detectors:/app/pitch_detectors \
-v $$PWD/tests:/app/tests \
Expand Down

0 comments on commit 43370a5

Please sign in to comment.