Skip to content

Commit

Permalink
Does it install?
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Sep 29, 2023
1 parent 5866a52 commit d1f0fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
run: .ci/setup_ssh.sh
- name: Install SSH
run: |
sudo apt-get update -qq
sudo apt-get install -qq openssh-client openssh-server
sudo apt-get update
sudo apt-get install -yy openssh-client openssh-server
- run: pip install -e .
- run: SCPPY_PORT=10022 python test.py
- run: python setup.py check -r -s
Expand Down

0 comments on commit d1f0fe7

Please sign in to comment.