Skip to content

Commit

Permalink
Fix install command in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
akiomik committed Nov 26, 2020
1 parent 22eeaf1 commit 15c46ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pipenv --upgrade-strategy=only-if-needed
pipenv sync
pipenv sync --dev
- name: Run test
run: make test
- name: Run codecov
Expand Down

0 comments on commit 15c46ad

Please sign in to comment.