Skip to content

Commit

Permalink
Remove manual install of old hop-client version
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvasel committed Feb 8, 2024
1 parent 5d4f340 commit 92177cb
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ubuntu22-py311-312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,9 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Install hop-client
run: |
pip install install setuptools
wget https://files.pythonhosted.org/packages/de/a2/1f663c824b7e6ac139110005888cda7e1aea74e3bb8a57d774a00a1802f5/hop-client-0.5.0.tar.gz
tar -xzf hop-client-0.5.0.tar.gz
cd hop-client-0.5.0
python setup.py install
cd /home/runner/work/SNEWS_Publishing_Tools/SNEWS_Publishing_Tools
- name: Install requirements
run: |
cd /home/runner/work/SNEWS_Publishing_Tools/SNEWS_Publishing_Tools
python -m pip install --upgrade pip
pip install wheel
pip install python-dotenv click tabulate
Expand Down

0 comments on commit 92177cb

Please sign in to comment.