Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca committed Oct 26, 2022
1 parent 6369f5d commit 4c1f104
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
env:
PLATFORM: ${{ matrix.platform }}

- name: Install dependencies
- name: Install dependencies
run: |
cd constructor-manager
python -m pip install --upgrade pip
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from functools import lru_cache

import requests

from constructor_manager_cli import __version__
from constructor_manager_cli.defaults import DEFAULT_TIMEOUT

Expand Down
2 changes: 1 addition & 1 deletion constructor-manager-cli/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ passenv =
PYVISTA_OFF_SCREEN
extras =
testing
commands = pytest -v --color=yes --cov=constructor_updater --cov-report=xml
commands = pytest -v --color=yes --cov=constructor_manager_cli

0 comments on commit 4c1f104

Please sign in to comment.