File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed
Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 3030
3131 - name : Install dependencies
3232 run : |
33+ apt-get install libcurl-openssl-dev
3334 python -m pip install --upgrade pip
3435 pip install flake8 pytest pipenv
3536 pip install -r requirements.txt
Original file line number Diff line number Diff line change 99 name : Build and publish python packages
1010 runs-on : ubuntu-18.04
1111
12- strategy :
13- fail-fast : false
14- matrix :
15- python :
16- - " 3.4"
17- - " 3.5"
18- - " 3.6"
19- - " 3.7"
20- - " 3.8"
21- - " 3.9"
22-
2312 steps :
2413 - uses : actions/checkout@v2
2514
26- - name : Set up Python ${{ matrix.python }}
15+ - name : Set up Python 3.7
2716 uses : actions/setup-python@v2
2817 with :
29- python-version : ${{ matrix.python }}
18+ python-version : 3.7
3019
3120 - name : Install dependencies
3221 run : python -m pip install --upgrade pip setuptools wheel
You can’t perform that action at this time.
0 commit comments