Skip to content

Commit

Permalink
Fix circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnair1 committed Sep 1, 2022
1 parent 4f6d6d1 commit 42d3a2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
name: Setup environment
command: |
sudo chown -R circleci:circleci /usr/local/
python -m pip install poetry
python -m poetry install -E dev
- run:
Expand All @@ -97,6 +98,7 @@ jobs:
name: Setup environment
command: |
sudo chown -R circleci:circleci /usr/local/
python -m pip install poetry
python -m poetry install -E dev
- run:
Expand Down

0 comments on commit 42d3a2b

Please sign in to comment.