Skip to content

Commit

Permalink
ci: setup attempt #11
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeyk committed Dec 17, 2024
1 parent 30b776b commit 8105409
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,33 +40,7 @@ jobs:
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
run: tox run -vv --notest --skip-missing-interpreters false -e ${{ matrix.env }}

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


#install-dev:
# name: Verify dev env
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4

# - name: Install uv
# uses: astral-sh/setup-uv@v3

# - name: Install Python
# if: matrix.env != '3.13'
# run: uv python install --python-preference only-managed ${{ matrix.env }}

# - name: Install in dev mode
# run: |
# uv venv
# uv pip install -e .[dev]

# - name: Try to import on Linux
# if: runner.os == 'Linux'
# run: |
# source .venv/bin/activate

# python -Ic 'import belogging; print(belogging.__version__)'

0 comments on commit 8105409

Please sign in to comment.