Skip to content

Commit

Permalink
Checkout doc in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauko Quiroga committed Aug 29, 2021
1 parent 3fd7d02 commit a9a4290
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
python -m venv /tmp/venv/openfisca_core
echo "source /tmp/venv/openfisca_core/bin/activate" >> $BASH_ENV
- run:
name: Checkout dependencies
command: make test.doc.checkout branch=$CIRCLE_BRANCH

- run:
name: Install dependencies
command: |
Expand Down

0 comments on commit a9a4290

Please sign in to comment.