File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments