Skip to content

Commit

Permalink
actions order
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed Oct 9, 2023
1 parent e1699be commit 716c2c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install -r dev.requirements.txt
pip install --upgrade coveralls
pip install -e .
- name: Run ruff
run: ruff --exclude=build --format=github
--select="A,B,DJ,E,F,PLC,PLE,PLW,W"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install -r dev.requirements.txt
pip install --upgrade coveralls
pip install -e .
- name: Run ruff
run: ruff --exclude=build --format=github
--select="A,B,DJ,E,F,PLC,PLE,PLW,W"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install -r dev.requirements.txt
pip install --upgrade coveralls
pip install -e .
- name: Run ruff
run: ruff --exclude=build --format=github
--select="A,B,DJ,E,F,PLC,PLE,PLW,W"
Expand Down

0 comments on commit 716c2c7

Please sign in to comment.