Skip to content

Commit cd7e758

Browse files
committed
Update pypi script to new environment activation of conda.
1 parent 320f66c commit cd7e758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pypi.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
. activate pyscenic_dev
2+
conda activate pyscenic_dev
33
rm -rf dist/*
44
python setup.py sdist
55
python setup.py bdist_wheel

0 commit comments

Comments
 (0)