Skip to content

Commit

Permalink
only use 3.10 as ref for dead-fixtures and artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Jan 30, 2024
1 parent ded6236 commit acf2ac9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/.github/workflows/unit.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,11 @@ jobs:
- name: test with pytest
run: nox -s test
- name: assess dead fixtures
if: {% raw -%}${{ matrix.python-version == "3.10" }}{% endraw %}
shell: bash
run: nox -s dead-fixtures
- uses: actions/upload-artifact@v4
if: {% raw -%}${{ matrix.python-version == "3.10" }}{% endraw %}
with:
name: coverage
path: coverage.xml
Expand Down

0 comments on commit acf2ac9

Please sign in to comment.