Skip to content

Commit

Permalink
Debug mypy job
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosnt committed Feb 20, 2022
1 parent 7d713e6 commit d7e5ea9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,19 @@ jobs:

- name: Install Python dependencies
run: |
pip install --upgrade pip
python3 -m pip install -r requirements-dev.txt
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
echo "VIRTUAL ENV:" $VIRTUAL_ENV
- name: MyPy check
run: |
ls -la
source venv/bin/activate
mypy --namespace-packages --package rekono
echo "VIRTUAL ENV:" $VIRTUAL_ENV
mypy -v --namespace-packages --package rekono
eslint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d7e5ea9

Please sign in to comment.