Skip to content

Commit e6810ad

Browse files
committed
CI: Add a requirements installer ✨
1 parent 1c1d46b commit e6810ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip
20+
pip install -r requirements.txt
2021
pip install setuptools wheel twine
2122
- name: Build and publish
2223
env:

0 commit comments

Comments
 (0)