Skip to content

Commit ae31d32

Browse files
committed
removed python-decouple as a dependency
1 parent 00de911 commit ae31d32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: python -c "import sys; print(sys.version)"
3131
# Install the package using the setup.py
3232
- name: Install package
33-
run: python setup.py install
33+
run: pip install -e .
3434
# Install pytest (you can use some other testing utility)
3535
- name: Install coverage
3636
run: |

0 commit comments

Comments
 (0)