Skip to content

Commit

Permalink
tweak gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
grizz committed Sep 29, 2024
1 parent c184318 commit 6864cb7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v2
- name: install project
run: uv sync --all-extras --dev
- name: Run linters
run: |
uv run pre-commit run --all-files
Expand All @@ -30,7 +32,8 @@ jobs:
- name: Install python
run: uv python install ${{ matrix.python-version }}
- name: install tox
run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv
# run: uv tool install tox --with tox-uv
run: uv sync --all-extras --dev
- name: Run tests
run: uv run tox
- name: Upload coverage
Expand Down

0 comments on commit 6864cb7

Please sign in to comment.