Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenDataAlex committed Jan 5, 2021
1 parent 5aac4f4 commit 7093ffc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -24,6 +24,9 @@ jobs:

- name: install pipenv
run: pip install pipenv

- name: install cython (dependency)
run: pip install cython

- name: install requirements
run: pipenv install --dev
Expand Down

0 comments on commit 7093ffc

Please sign in to comment.