Skip to content

Commit

Permalink
Add paramiko do dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Apr 12, 2024
1 parent d6dc09f commit 61dae6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install ruff pytest pytest-cov
python -m pip install git+https://github.com/gorakhargosh/watchdog
python -m pip install -e .[local,minio,publishing]
python -m pip install -e .[local,minio,publishing, ssh]
- name: Lint with ruff
run: |
ruff check .
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ license = {file = "LICENSE.txt"}
minio = ["minio", "s3fs"]
local = ["watchdog"]
publishing = ["posttroll"]
ssh = ["paramiko"]

[build-system]
requires = ["hatchling"]
Expand Down

0 comments on commit 61dae6f

Please sign in to comment.