Skip to content

Commit

Permalink
fix: improved build process.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertWeichselbraun committed Jan 16, 2024
1 parent 34eeb78 commit c0630ff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
- name: Install build environment
run: |
python -m pip install --upgrade pip
python -m pip install tox setuptools pytest pytest-cov codecov
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
poetry install
- name: Lint with tox
- name: Build and test with tox.
run: |
tox

0 comments on commit c0630ff

Please sign in to comment.