Skip to content

Commit

Permalink
Dependency install
Browse files Browse the repository at this point in the history
  • Loading branch information
JWock82 committed Oct 15, 2022
1 parent 2c02a76 commit bfeadeb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,14 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
- name: Setup pip
run: |
python -m pip install --upgrade pip
- name: Install Dependencies
uses: py-actions/py-dependency-install@v3
with:
path: "path/to/requirements.txt"
run: |
pip install setuptools wheel twine
- name: Build and publish
env:
Expand Down

0 comments on commit bfeadeb

Please sign in to comment.