Skip to content

Commit

Permalink
fix: package builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertWeichselbraun committed Jan 16, 2024
1 parent 49fd08b commit 4446151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox setuptools pytest pytest-cov codecov
python -m pip install tox setuptools pytest pytest-cov codecov poetry
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python setup.py install
poetry build
- name: Lint with tox
run: |
tox
Expand Down

0 comments on commit 4446151

Please sign in to comment.