Skip to content

Commit

Permalink
Removed SSH install from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
movchan74 committed Oct 27, 2023
1 parent a9c0926 commit 6487e09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
python-version: ["3.10"]

steps:
- name: Install SSH client
run: apt-get update && apt-get install -y openssh-client
- name: Setup .ssh directory
run: mkdir -p ~/.ssh
- name: Setup SSH keys
Expand Down

0 comments on commit 6487e09

Please sign in to comment.