mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 15:55:49 -04:00
fix CI more
This commit is contained in:
parent
b3fa9193d1
commit
65830f7b37
6
.github/workflows/python-formatting.yml
vendored
6
.github/workflows/python-formatting.yml
vendored
@ -20,12 +20,12 @@ jobs:
|
||||
with:
|
||||
python-version: '3.8'
|
||||
- name: Create virtual environment
|
||||
run: python -m venv venv
|
||||
run: python -m venv .venv
|
||||
|
||||
- name: Install ruff
|
||||
run: |
|
||||
./venv/bin/pip install --upgrade pip
|
||||
./venv/bin/pip install ruff
|
||||
./.venv/bin/pip install --upgrade pip
|
||||
./.venv/bin/pip install ruff
|
||||
|
||||
- name: Run formatting check
|
||||
run: make check-format
|
||||
|
Loading…
x
Reference in New Issue
Block a user