Skip to content

Commit d29cfee

Browse files
authored
Clean MAC-related setup
1 parent e7f7401 commit d29cfee

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,9 @@ jobs:
4444
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
4545
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4646
47-
- name: Install hop-client (Mac OS)
48-
run: |
49-
pip install setuptools wheel
50-
wget https://files.pythonhosted.org/packages/64/d1/108cea042128c7ea7790e15e12e3e5ed595bfcf4b051c34fe1064924beba/hop-client-0.9.0.tar.gz
51-
tar -xzf hop-client-0.9.0.tar.gz
52-
cd hop-client-0.9.0
53-
python setup.py install
54-
cd $GITHUB_WORKSPACE
55-
if: runner.os == 'macOS'
56-
5747
- name: Install requirements (Mac OS)
5848
run: |
5949
python -m pip install --upgrade pip
60-
pip install wheel
61-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
6250
if: runner.os == 'macOS'
6351

6452
# Install package requirements. Different cases for Linux/Mac.

0 commit comments

Comments
 (0)