Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants committed Jun 15, 2022
1 parent 912e4f3 commit 7eef149
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,7 @@ on:
- 'v*'

jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
- name: Run pre-commit
uses: pre-commit/[email protected]
release:
needs: check
name: Create Release
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -47,7 +37,7 @@ jobs:
with:
cache: pip
cache-dependency-path: setup.cfg
python-version: "3.x"
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 7eef149

Please sign in to comment.