Skip to content

Commit

Permalink
Merge pull request #71 from nasa/release-1.2.0
Browse files Browse the repository at this point in the history
Fix CMA publish job
  • Loading branch information
Jkovarik authored Feb 19, 2020
2 parents 0264b28 + 4a2bcb3 commit 3d3cd1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ jobs:
$GIT_API_URL/$GIT_PATH/releases \
--data $CREATE_RELEASE_REQUEST_BODY | jq .
echo "Building ${ZIPFILENAME}"
pip install --user virtualenv
~/.local/bin/virtualenv ~/venv36
. ~/venv36/bin/activate
sudo pip install pyinstaller
sudo pip install -r requirements.txt
make clean
Expand Down

0 comments on commit 3d3cd1c

Please sign in to comment.