Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kj-9 committed Feb 12, 2024
1 parent 509b1b3 commit 4063939
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,10 @@ jobs:
- name: Install dependencies
run: |
pip install '.[test,dev]'
- name: Run tests
run: |
make test
lint:
runs-on: ubuntu-latest # lint only requires pre-commit, so not requires macOS
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies # runs on ubuntu, so only install pre-commit
run: |
pip install pre-commit
- name: Run pre-commit
run: make pre-commit
- name: Check if cog needs to be run
run: cog --check README.md
run: cog --check README.md # cog needs to be run on macos because using ocrvid
- name: Run tests
run: |
make test

0 comments on commit 4063939

Please sign in to comment.