Skip to content

Commit

Permalink
CI: Explicitly install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed May 23, 2024
1 parent 2c45256 commit 8c37e0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: pip install setuptools
- run: pip install readme_renderer
- name: Install SSH
run: |
Expand All @@ -46,6 +47,7 @@ jobs:
run: |
apt-get update -qq
apt-get install -qq openssh-client openssh-server
- run: pip install setuptools
- name: Set up SSH
run: .ci/setup_ssh.sh
- run: pip install -e .
Expand Down

0 comments on commit 8c37e0d

Please sign in to comment.