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 358bcfb commit baf9f3b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ jobs:
- name: Install dependencies
run: |
pip install '.[test,dev]'
lint:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: pip
cache-dependency-path: pyproject.toml

- name: Run pre-commit
run: make pre-commit
- name: Check if cog needs to be run
Expand Down

0 comments on commit baf9f3b

Please sign in to comment.