Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jun 15, 2023
1 parent dc5d413 commit e224abe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: pip

- name: Prepare & run nox
- run: |
run: |
python -Im pip install --upgrade wheel nox
python -Im nox -e cog -- --check
Expand Down Expand Up @@ -154,7 +154,6 @@ jobs:

needs:
- coverage
- mypy
- install-dev

runs-on: ubuntu-latest
Expand Down

0 comments on commit e224abe

Please sign in to comment.