Skip to content

Commit 8a76879

Browse files
authored
Merge pull request #26 from lumapps/pypi_workflow
Changement in config.yml
2 parents a34f987 + 5befab1 commit 8a76879

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ jobs:
6262
echo -e "[pypi]" >> ~/.pypirc
6363
echo -e "username = lumapps" >> ~/.pypirc
6464
echo -e "password = $pypi_password" >> ~/.pypirc
65+
- run:
66+
name: Install CircleCI-specific dependencies
67+
command: |
68+
sudo apt update
69+
sudo apt install -y libenchant1c2a
6570
- run:
6671
name: Install the project dependencies
6772
command: make init

0 commit comments

Comments
 (0)