Skip to content

Commit

Permalink
ci: setup attempt #8
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeyk committed Dec 17, 2024
1 parent 3c2ab49 commit a65ab1d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,14 @@ jobs:
cache-dependency-glob: "**/pyproject.toml"

- name: Install tox
run: uv tool install --python-preference only-managed --python 3.12 tox --with tox-uv --with tox-gh
run: uv tool install --python-preference only-managed --python 3.12 tox --with tox-uv

- name: Setup tests
run: tox run -vv --notest --skip-missing-interpreters false
env:
TOX_GH_MAJOR_MINOR: ${{ matrix.env }}

- name: Run tests
run: tox run --skip-pkg-install
env:
TOX_GH_MAJOR_MINOR: ${{ matrix.env }}


#install-dev:
# name: Verify dev env
Expand Down

0 comments on commit a65ab1d

Please sign in to comment.