Skip to content

Commit

Permalink
fixing badges
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Jun 27, 2024
1 parent f7b05f2 commit beea071
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ jobs:
cache-dependency-path: setup.py
- name: Install dependencies
run: |
pip install .
# pip install .
pip install '.[tests]'
# so we don't need to depend on pip install MapManagerCore
git clone [email protected]:mapmanager/MapManagerCore.git
pip install MapManagerCore/.
- name: Run flake8
run: |
flake8 ./pymapmanager --count --select=E9,F63,F7,F82 --show-source --statistics
Expand Down

0 comments on commit beea071

Please sign in to comment.