Skip to content

Commit

Permalink
Merge pull request #26 from lumapps/pypi_workflow
Browse files Browse the repository at this point in the history
Changement in config.yml
  • Loading branch information
Imonor authored Jul 9, 2019
2 parents a34f987 + 5befab1 commit 8a76879
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ jobs:
echo -e "[pypi]" >> ~/.pypirc
echo -e "username = lumapps" >> ~/.pypirc
echo -e "password = $pypi_password" >> ~/.pypirc
- run:
name: Install CircleCI-specific dependencies
command: |
sudo apt update
sudo apt install -y libenchant1c2a
- run:
name: Install the project dependencies
command: make init
Expand Down

0 comments on commit 8a76879

Please sign in to comment.