Skip to content

Commit

Permalink
install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
whoisjones committed Oct 26, 2023
1 parent 1a808db commit 6ae235e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest pytest-sugar
python -m pip install pylint
python -m pip install -r requirements.txt
- name: Lint with pylint
run: python3 -m pylint fabricator
- name: Test with pytest
Expand Down

0 comments on commit 6ae235e

Please sign in to comment.