Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
#74: Fix RKD_BIN on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Jun 4, 2021
1 parent e7dbd08 commit cfbda5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TEST_OPTS=

## Run tests
tests: refresh_git
RKD_BIN=rkd PYTHONPATH="$$(pwd):$$(pwd)/subpackages/rkd_python" pytest ./test --junitxml=build/tests.xml
RKD_BIN="python -m rkd" PYTHONPATH="$$(pwd):$$(pwd)/subpackages/rkd_python" pytest ./test --junitxml=build/tests.xml

## Release
release: package publish
Expand Down

0 comments on commit cfbda5d

Please sign in to comment.