Skip to content

Commit

Permalink
use venv
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNoobiCat authored Oct 22, 2024
1 parent 93f7319 commit 6b7d3fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: test
run: py.test test
continue-on-error: true
- run: uv venv
- run: uv pip install --upgrade flake8 pyflakes
- name: lint
run: flake8 --max-line-length=99 nanoid test setup.py

0 comments on commit 6b7d3fc

Please sign in to comment.