Skip to content

Commit

Permalink
Run python command with python -m
Browse files Browse the repository at this point in the history
  • Loading branch information
koldakov committed Jan 11, 2024
1 parent 18d5b5b commit 0976e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff pytest
pip install -r requirements.txt
python -m pip install ruff pytest
python -m pip install -r requirements.txt
- name: Ruff
run: |
ruff --output-format=github .
Expand Down

0 comments on commit 0976e18

Please sign in to comment.