Skip to content

Commit 2b7083d

Browse files
author
brentru
committed
install library
1 parent e77aa78 commit 2b7083d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v2
11-
- name: Set up Python 3.8
12-
uses: actions/setup-python@v2
11+
- name: Set up Python 3.6
12+
uses: actions/setup-python@v1
1313
with:
14-
python-version: 3.8
14+
python-version: 3.6
1515
- name: Install dependencies
1616
run: |
1717
python -m pip install --upgrade pip
18-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
18+
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
19+
- name: Install library
20+
run: python3 setup.py install

0 commit comments

Comments
 (0)