Skip to content

Commit

Permalink
fix: use default python and remove linting job
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Apr 30, 2024
1 parent 5e8be5b commit 88abd58
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,7 @@ on:
- "**"

jobs:
Linting:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/[email protected]

Tests:
needs: Linting
name: ${{ matrix.os }} / ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -53,7 +42,7 @@ jobs:
shell: bash
run: |
poetry config virtualenvs.in-project true
poetry env use ${{ matrix.python-version }}
poetry env use python
- name: Set up cache
uses: actions/cache@v3
Expand Down

0 comments on commit 88abd58

Please sign in to comment.