Skip to content

Commit

Permalink
ci: fix merge errors from cruft update
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Oct 10, 2023
1 parent 4bcf40e commit d56581d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 101 deletions.
98 changes: 0 additions & 98 deletions .github/workflows/mypy.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
path: |
.tox
key: ${{ runner.os }}-${{ matrix.python-version }}-tests
key: ${{ runner.os }}-${{ matrix.python-version }}-tests-1

- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -53,8 +53,6 @@ jobs:
- name: Run and write pytest
shell: bash
run: |
source .venv/bin/activate
pytest --durations=0 -n 2 -x --junitxml=pytest.xml --cov-report=term-missing --cov=src/ tests/
# Specifying two sets of "--pytest-args" is required for invoke to parse it as a list
inv test --pytest-args="--durations=0" --pytest-args="--junitxml=pytest.xml --cov-report=term-missing --cov=src/"
Expand Down

0 comments on commit d56581d

Please sign in to comment.