Skip to content

Commit

Permalink
Remove llm accidental weirdness from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jul 9, 2023
1 parent 385f10c commit 2c56de4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
- name: Install dependencies
run: |
pip install '.[test]'
pip uninstall llm -y
# Install llm from GitHub until plugins are out in a release
pip install https://github.com/simonw/llm/archive/refs/heads/register-models.zip
- name: Run tests
run: |
pytest
40 changes: 0 additions & 40 deletions setup.py

This file was deleted.

0 comments on commit 2c56de4

Please sign in to comment.