Skip to content

Commit

Permalink
Update check-code-and-run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Oct 2, 2024
1 parent 9527f69 commit 169f32d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-code-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- run: pip install --user ruff
- run: ruff --ignore=E401,E402,E701,E722,E731,E741,F401,F403,F405,F523,F524,F811,F841
--format=github --line-length=2793 --show-source --target-version=py37 .
- run: ruff check --ignore=E401,E402,E701,E722,E731,E741,F401,F403,F405,F523,F524,F811,F841
--output-format=github --line-length=2793 --show-source --target-version=py310 .
build:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
python-version: ["2.7", "3.6", "3.10"]
python-version: ["3.10"] # ["2.7", "3.6", "3.10"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 169f32d

Please sign in to comment.