Skip to content

Commit

Permalink
Merge branch 'drop-tox'
Browse files Browse the repository at this point in the history
Updated poetry lock file.
  • Loading branch information
amolenaar committed Dec 21, 2022
2 parents b6e7d9e + 3867733 commit 0448fa5
Show file tree
Hide file tree
Showing 3 changed files with 308 additions and 484 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,22 @@ jobs:
- name: Install Ubuntu Dependencies
run: |
sudo apt update -qq
sudo apt install -qq --no-install-recommends gir1.2-gtk-${{ matrix.gtk-version }} libgirepository1.0-dev libffi7
sudo apt install -qq --no-install-recommends gir1.2-gtk-${{ matrix.gtk-version }} libgirepository1.0-dev
- name: Install Poetry
run: |
python -m pip install --upgrade pip
pip install poetry==$POETRY_VERSION
poetry config virtualenvs.in-project true
- name: Install dependencies
run: |
pip install tox tox-gh-actions coverage[toml]
- name: Test with tox
run: TEST_GTK_VERSION=${{ matrix.gtk-version }} tox
run: poetry install --no-interaction
- name: Test
run: TEST_GTK_VERSION=${{ matrix.gtk-version }} xvfb-run poetry run pytest --cov=gaphas
- name: Code Climate Coverage Action
uses: paambaati/codeclimate-action@v3.2.0
env:
CC_TEST_REPORTER_ID: 195e9f83022747c8eefa3ec9510dd730081ef111acd99c98ea0efed7f632ff8a
with:
coverageCommand: coverage xml
coverageCommand: poetry run coverage xml
- name: Build
run: poetry build
- name: Upload Assets (release only)
Expand Down

0 comments on commit 0448fa5

Please sign in to comment.