Skip to content

Commit

Permalink
Merge pull request #33 from opentensor/tests/remove-template
Browse files Browse the repository at this point in the history
Tests/remove template
  • Loading branch information
p-ferreira authored Jan 19, 2024
2 parents d2d93f9 + e74dd58 commit 866f8e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 282 deletions.
168 changes: 0 additions & 168 deletions .circleci/config.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest black
pip install -r requirements.txt
pip install -e .
pip install -r prompting/requirements.txt
- name: Lint with flake8
Expand All @@ -42,4 +42,5 @@ jobs:
black .
- name: Test with pytest
run: |
pytest
# run tests in tests/ dir and only fail if there are failures or errors
pytest tests/ --verbose --failed-first --exitfirst --disable-warnings
112 changes: 0 additions & 112 deletions tests/test_template_validator.py

This file was deleted.

0 comments on commit 866f8e8

Please sign in to comment.