Skip to content

Commit

Permalink
fix system-python input
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Dec 17, 2024
1 parent 78aee97 commit cfa5f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-format-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare-python
with:
use-system-python: true
- uses: psf/black@stable
with:
options: "--check --diff --verbose --color --force-exclude '^snapshot_manager/tests/test_logs/'"
Expand All @@ -21,6 +19,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare-python
with:
use-system-python: true
- name: Run pytest with coverage
shell: bash -e {0}
env:
Expand Down

0 comments on commit cfa5f8f

Please sign in to comment.