Skip to content

Commit

Permalink
CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshod5 committed Oct 16, 2024
1 parent 1b14d26 commit 4985a38
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI
on: [ pull_request ]
on: [ push ]

jobs:
build-and-run-tests:
Expand Down Expand Up @@ -38,10 +38,6 @@ jobs:
run: |
git lfs fetch
git lfs pull
pip install uv
uv venv venv
source venv/bin/activate
uv pip install -r docs/requirements.txt
- name: Run tests
run: |
Expand Down

0 comments on commit 4985a38

Please sign in to comment.