Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Aug 15, 2023
1 parent e688066 commit cf11cbe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,22 @@ jobs:
- name: Configure dependencies
run: |
sudo apt install bubblewrap
pip install --user --upgrade pip
pip install --user pipx
pipx ensurepath
pipx install poetry
pipx install poethepoet
poetry config virtualenvs.in-project true
poetry install --with dev
- name: Run tests
run: |
bwrap ${{ env.BUBBLEWRAP_ARGUMENTS }} poetry run poe test
bwrap ${{ env.BUBBLEWRAP_ARGUMENTS }} bash poetry run poe test
- name: Run lint
run: |
poetry run poe lint:install
bwrap ${{ env.BUBBLEWRAP_ARGUMENTS }} poetry run poe lint
bwrap ${{ env.BUBBLEWRAP_ARGUMENTS }} bash poetry run poe lint
- if: ${{ matrix.python-version == '3.10' }}
name: Upload coverage
Expand Down

0 comments on commit cf11cbe

Please sign in to comment.