Skip to content

Commit e551cd5

Browse files
committed
Update ci.yml
1 parent a20588d commit e551cd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
# python -m pip install --upgrade pip
31-
pip install .
31+
pip install -r requirements.txt
3232
3333
publish:
3434
if: github.ref == 'refs/heads/master' # Only runs on the master branch
@@ -50,6 +50,7 @@ jobs:
5050
pip install build twine
5151
pip install setuptools
5252
pip install wheel
53+
pip install -r requirements.txt
5354
5455
- name: Build package
5556
run: python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)