mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
Restore a comment in github workflows
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: "Set up Python 3.11"
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.11"
|
||||
python-version: "3.11" # below 3.12 to avoid false positives inside f-string
|
||||
- name: Install Flake8
|
||||
run: |
|
||||
python -m pip install --upgrade flake8
|
||||
|
||||
Reference in New Issue
Block a user