Skip to content

Commit

Permalink
Install sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed May 28, 2020
1 parent 12eaa9d commit 95e6829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/steps/install-deps.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default async function installTypes (nextSteps) {
await Promise.all(nextSteps())
await Promise.all([
run('Installing Python dependencies', async () => {
await exec('make venv && make install', {
await exec('make venv && make install && pip install -U sphinx', {
cwd: join(PROJECTS, 'logux-django')
})
}),
Expand Down

0 comments on commit 95e6829

Please sign in to comment.