Skip to content

Commit

Permalink
[BUG]: Lint job - python setup failure (#2924)
Browse files Browse the repository at this point in the history
## Description of changes

*Summarize the changes made by this PR.*
 - Improvements & Bug fixes
- uses the existing action under `./.github/actions/python` with py312
for the lint job

## Test plan
*How are these changes tested?*

- [ ] Tests pass locally with `pytest` for python, `yarn test` for js,
`cargo test` for rust

## Documentation Changes

N/A
  • Loading branch information
tazarov authored Oct 10, 2024
1 parent cb88db2 commit 87e5729
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
- name: Install pre-commit
shell: bash
run: python -m pip install -r requirements_dev.txt
- uses: ./.github/actions/python
with:
python-version: "3.12"
- name: Setup Rust
uses: ./.github/actions/rust
- name: Run pre-commit
Expand Down

0 comments on commit 87e5729

Please sign in to comment.