Skip to content

Commit 6605bc6

Browse files
Fix workflow
1 parent af28e56 commit 6605bc6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ${{ matrix.python-version }}
1818
- name: Install dependencies
1919
run: |
20-
pip install -r .
20+
pip install -r requirements.txt
2121
pip install -r requirements-dev.txt
2222
- name: Test scripts
2323
run: coverage run -m pytest

requirements.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
attrs
2+
certifi
3+
charset-normalizer
4+
docopt
5+
idna
6+
iniconfig
7+
packaging
8+
pluggy
9+
py
10+
pyparsing
11+
requests
12+
six
13+
tomli
14+
urllib3

0 commit comments

Comments
 (0)