We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1aa5ea commit 7335e0eCopy full SHA for 7335e0e
1 file changed
Makefile
@@ -46,9 +46,9 @@ build-test: .tox
46
$(PY) -m venv venv
47
. venv/bin/activate
48
$(PY) setup.py sdist
49
- pip install dist/juju-${VERSION}.tar.gz
+ pip install ./dist/juju-${VERSION}.tar.gz
50
$(PY) -c "from juju.controller import Controller"
51
- rm dist/juju-${VERSION}.tar.gz
+ rm ./dist/juju-${VERSION}.tar.gz
52
53
.PHONY: release
54
release:
0 commit comments