Skip to content
Snippets Groups Projects

Update CI config

Open Bo-Chun Chen requested to merge github/fork/diedpigs/update-ci-config into feat-cod-rmq
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -23,7 +23,7 @@ jobs:
if: always()
run: |
python -m pip install --upgrade pip
pip install flake8==3.9.1 pylint==2.13.8
pip install flake8==4.0.1 pylint==2.13.8
#if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run black
uses: psf/black@stable
Loading