Skip to content

Commit

Permalink
CI: Add a requirements installer ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Oct 24, 2021
1 parent 1c1d46b commit e6810ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install setuptools wheel twine
- name: Build and publish
env:
Expand Down

0 comments on commit e6810ad

Please sign in to comment.