Skip to content

Commit

Permalink
Fixing ruff version
Browse files Browse the repository at this point in the history
  • Loading branch information
boazhaim committed Dec 3, 2024
1 parent e8241be commit c3aae34
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ufm_log_analyzer_ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@main
uses: actions/setup-python@v4
with:
python-version: 3.9

Expand All @@ -38,10 +38,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@main
uses: actions/setup-python@v4
with:
python-version: 3.9

Expand All @@ -50,6 +50,6 @@ jobs:
SCRIPT_DIR="plugins/ufm_log_analyzer_plugin"
cd $SCRIPT_DIR
pip install ruff
pip install ruff==0.7.3
ruff format --diff --check src/loganalyze

0 comments on commit c3aae34

Please sign in to comment.