Skip to content

Commit

Permalink
Test install pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo.santos committed Apr 1, 2021
1 parent fb2e244 commit 61dd46b
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,16 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install pipenv
run: |
python -m pip install --upgrade pipenv wheel
- name: Install dependencies
uses: VaultVulp/[email protected]
with:
command: sync -d
run: pipenv sync -d

- name: Run static type tests
uses: VaultVulp/[email protected]
with:
command: run mypy ./**/*.py
run: pipenv run mypy ./**/*.py

- name: Run tests
uses: VaultVulp/[email protected]
with:
command: run coverage run -m unittest discover -s test -v
run:
pipenv run coverage run -m unittest discover -s test -v

0 comments on commit 61dd46b

Please sign in to comment.